Skip to content

Commit

Permalink
bump golangci/golangci-lint to v1.23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXArnold committed Feb 28, 2020
1 parent 08c79f4 commit 61ab968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run:
name: Install golangci-lint
command: |
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.20.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.23.7
- run:
name: Lint
Expand Down

0 comments on commit 61ab968

Please sign in to comment.