Chore: bump to go1.20

This commit is contained in:
xjasonlyu
2023-02-04 13:52:29 +08:00
parent ab05092671
commit 059f661862
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
uses: actions/setup-go@v3
with:
check-latest: true
go-version: '1.19'
go-version: '1.20'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
uses: actions/setup-go@v3
with:
check-latest: true
go-version: '1.19'
go-version: '1.20'
- name: Cache go module
uses: actions/cache@v3
+1 -1
View File
@@ -13,4 +13,4 @@ linters-settings:
- prefix(github.com/xjasonlyu/tun2socks)
- default
staticcheck:
go: '1.19'
go: '1.20'