File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 11module github.com/shadowsocks/go-shadowsocks2
22
3- go 1.16
3+ go 1.23
44
55require (
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
You can’t perform that action at this time.
0 commit comments