Skip to content

Commit

Permalink
refactor: replace deprecated linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Mar 27, 2021
1 parent 320ec1d commit 1e53daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Expand Up @@ -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
3 changes: 1 addition & 2 deletions src/.golangci.yml
Expand Up @@ -20,13 +20,12 @@ linters:
- gosimple
- govet
- ineffassign
- interfacer
- misspell
- nakedret
- noctx
- nolintlint
- rowserrcheck
- scopelint
- exportloopref
- staticcheck
- structcheck
- typecheck
Expand Down

0 comments on commit 1e53daa

Please sign in to comment.