Skip to content

Commit

Permalink
Bump Go to version 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
riobard committed Oct 20, 2024
1 parent e82e917 commit e1fe9ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.23
- uses: actions/checkout@v2
- run: make -j all
- run: make -j test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.23
- run: make -j upload
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/shadowsocks/go-shadowsocks2

go 1.16
go 1.23

require (
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
)

require golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect

0 comments on commit e1fe9ea

Please sign in to comment.