refactor: replace deprecated linter

This commit is contained in:
Jan De Dobbeleer 2021-03-27 17:10:35 +01:00 committed by Jan De Dobbeleer
parent 320ec1d7d3
commit 1e53daa687
2 changed files with 2 additions and 3 deletions

View file

@ -32,7 +32,7 @@ jobs:
- name: Golang CI
uses: golangci/golangci-lint-action@v2
with:
version: v1.31
version: latest
working-directory: src
- name: Unit Tests
run: go test . -v

View file

@ -20,13 +20,12 @@ linters:
- gosimple
- govet
- ineffassign
- interfacer
- misspell
- nakedret
- noctx
- nolintlint
- rowserrcheck
- scopelint
- exportloopref
- staticcheck
- structcheck
- typecheck