Chore: bump go version to 1.17

This commit is contained in:
xjasonlyu
2021-08-21 10:29:29 +08:00
parent 85cf694b8f
commit 4601b4ef74
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Cache go module
uses: actions/cache@v2
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Build
run: make -j releases
+8 -1
View File
@@ -1,6 +1,6 @@
module github.com/xjasonlyu/tun2socks
go 1.16
go 1.17
require (
github.com/Dreamacro/go-shadowsocks2 v0.1.7
@@ -19,3 +19,10 @@ require (
golang.zx2c4.com/wireguard v0.0.0-20210805125648-3957e9b9dd19
gvisor.dev/gvisor v0.0.0-20210813013607-83f71d012799
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)