mirror of
https://github.com/amnezia-vpn/amnezia-tun2socks.git
synced 2026-05-17 08:15:46 +03:00
CI: update golangci-lint config (#251)
This commit is contained in:
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
check-latest: true
|
||||
go-version: '1.20'
|
||||
|
||||
@@ -10,7 +10,7 @@ linters-settings:
|
||||
gci:
|
||||
sections:
|
||||
- standard
|
||||
- prefix(github.com/xjasonlyu/tun2socks)
|
||||
- default
|
||||
- prefix(github.com/xjasonlyu/tun2socks)
|
||||
staticcheck:
|
||||
go: '1.20'
|
||||
|
||||
Reference in New Issue
Block a user