Skip to content

Commit

Permalink
Chore: bump to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed Feb 15, 2024
1 parent 0321fbf commit 52deeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
check-latest: true
go-version: '1.21'
go-version: '1.22'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ linters-settings:
- default
- prefix(github.com/xjasonlyu/tun2socks)
staticcheck:
go: '1.21'
go: '1.22'

0 comments on commit 52deeb0

Please sign in to comment.