chore: update linter
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GO_VERSION: 1.17
|
||||
GOLANGCI_LINT_VERSION: v1.43.0
|
||||
SEIHON_VERSION: v0.8.5
|
||||
GOLANGCI_LINT_VERSION: v1.44.0
|
||||
SEIHON_VERSION: v0.9.0
|
||||
CGO_ENABLED: 0
|
||||
|
||||
steps:
|
||||
|
@ -38,6 +38,7 @@ linters:
|
||||
- forbidigo
|
||||
- varnamelen
|
||||
- nilnil
|
||||
- ifshort
|
||||
|
||||
issues:
|
||||
exclude-use-default: false
|
||||
|
Reference in New Issue
Block a user