Skip to content

Commit

Permalink
chore: update linter (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored May 26, 2021
1 parent 3045874 commit a7d44ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ linters:
- gocognit
- gocyclo
- goerr113
- golint
- gomnd
- interfacer
- maligned
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go:
- "1.x"

env:
- GOLANGCI_LINT_VERSION=v1.40.0
- GOLANGCI_LINT_VERSION=v1.40.1

cache:
directories:
Expand Down

0 comments on commit a7d44ab

Please sign in to comment.