Chore: update action workflows

This commit is contained in:
xjasonlyu
2022-03-26 14:49:57 +08:00
parent 7bbae5549d
commit 82fd2f91c0
5 changed files with 52 additions and 48 deletions
+16
View File
@@ -0,0 +1,16 @@
linters:
disable-all: true
enable:
- gofumpt
- staticcheck
- govet
- gci
linters-settings:
gci:
sections:
- standard
- prefix(github.com/xjasonlyu/tun2socks)
- default
staticcheck:
go: '1.18'