Skip to content

Commit

Permalink
Merge pull request #119 from tri-adam/golangci-lint-v1.42-v1
Browse files Browse the repository at this point in the history
Bump Linter to 1.42 (v1)
  • Loading branch information
tri-adam authored Aug 20, 2021
2 parents f0e5a40 + 46b4bdc commit 9af8c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ executors:
- image: node:16-slim
golangci-lint:
docker:
- image: golangci/golangci-lint:v1.41-alpine
- image: golangci/golangci-lint:v1.42-alpine
golang-previous:
docker:
- image: golang:1.16
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ linters:
- dogsled
- dupl
- errcheck
- errname
- exportloopref
- gochecknoinits
- gocritic
Expand Down

0 comments on commit 9af8c2f

Please sign in to comment.