chore: update linter

This commit is contained in:
Fernandez Ludovic
2022-02-13 15:17:14 +01:00
parent 752a8492c7
commit 36f93ee1a6
2 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
GO_VERSION: 1.17 GO_VERSION: 1.17
GOLANGCI_LINT_VERSION: v1.43.0 GOLANGCI_LINT_VERSION: v1.44.0
SEIHON_VERSION: v0.8.5 SEIHON_VERSION: v0.9.0
CGO_ENABLED: 0 CGO_ENABLED: 0
steps: steps:

View File

@ -38,6 +38,7 @@ linters:
- forbidigo - forbidigo
- varnamelen - varnamelen
- nilnil - nilnil
- ifshort
issues: issues:
exclude-use-default: false exclude-use-default: false