Skip to content

Commit e1fe9ea

Browse files
committed
Bump Go to version 1.23
1 parent e82e917 commit e1fe9ea

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/setup-go@v2
88
with:
9-
go-version: 1.16
9+
go-version: 1.23
1010
- uses: actions/checkout@v2
1111
- run: make -j all
1212
- run: make -j test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-go@v2
1111
with:
12-
go-version: 1.16
12+
go-version: 1.23
1313
- run: make -j upload
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
module github.com/shadowsocks/go-shadowsocks2
22

3-
go 1.16
3+
go 1.23
44

55
require (
66
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3
77
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
88
)
9+
10+
require golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect

0 commit comments

Comments
 (0)