ci: update golangci-linters to fit go1.19

This commit is contained in:
Li4n0
2022-09-14 01:04:31 +08:00
parent e5419c5cb1
commit 4cd232f7e0
-4
View File
@@ -15,18 +15,14 @@ linters-settings:
linters: linters:
enable: enable:
- deadcode
- errcheck - errcheck
- gosimple - gosimple
- govet - govet
- ineffassign - ineffassign
- staticcheck - staticcheck
- structcheck
- typecheck - typecheck
- unused - unused
- varcheck
- nakedret - nakedret
- gofmt - gofmt
- rowserrcheck
- unconvert - unconvert
- goimports - goimports