Skip to content

Commit

Permalink
Merge pull request #2 from visualfc/version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
xushiwei authored Nov 10, 2023
2 parents 79ff77f + 3be31f7 commit 82244f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: '1.18'

- name: Install
- name: Build
run: |
go build -v
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ require (
)

replace (
golang.org/x/tools => github.com/goplus/tools v0.2.1-0.20231109152055-5d926c0a4271
golang.org/x/tools => github.com/goplus/tools v0.0.0-20231109152055-5d926c0a4271
golang.org/x/tools/gopls => github.com/goplus/tools/gopls v0.0.0-20231109152055-5d926c0a4271
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/goplus/gox v1.12.2-0.20231103090303-19b970256b0e/go.mod h1:MOJnwqA8/r
github.com/goplus/mod v0.11.8/go.mod h1:yl2QncBKTdXk+8UaNsdo4u2zSpGEJYA5JKjgD3K2h00=
github.com/goplus/mod v0.11.9-0.20231109071516-10181f604669 h1:qVQwTKRmA94owOCGDvR7um4VmCw5b6LJWAvFkifA9f0=
github.com/goplus/mod v0.11.9-0.20231109071516-10181f604669/go.mod h1:YxrBMhvWGcvLU14j8e7qyKSVnj5Loba7GgH1rNXJtDg=
github.com/goplus/tools v0.2.1-0.20231109152055-5d926c0a4271 h1:OviMulzpZzHTItrXvomlVKx0pmbED1JyaRlst7E9vzw=
github.com/goplus/tools v0.2.1-0.20231109152055-5d926c0a4271/go.mod h1:HqKESNStpAXQoHZh7LeGjJSuSpr2HiqJKMEwFNzKEbc=
github.com/goplus/tools v0.0.0-20231109152055-5d926c0a4271 h1:1XhgxwLqKRX0j+i6YCLvKtWeUGfkDGuVlVnZ3XQJqL0=
github.com/goplus/tools v0.0.0-20231109152055-5d926c0a4271/go.mod h1:HqKESNStpAXQoHZh7LeGjJSuSpr2HiqJKMEwFNzKEbc=
github.com/goplus/tools/gopls v0.0.0-20231109152055-5d926c0a4271 h1:uzJPy0IlYvX2xf56nkS9u5yOro2+gAYXejvdKcS3QdQ=
github.com/goplus/tools/gopls v0.0.0-20231109152055-5d926c0a4271/go.mod h1:ixXmRDEKVCivT1mslrk4UGbqp33GjAWTe9uExqh3h+0=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
Expand Down

0 comments on commit 82244f9

Please sign in to comment.