Skip to content

Commit

Permalink
bump golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Sep 22, 2019
1 parent 17f32d2 commit 335f09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/check-linting
Expand Up @@ -2,6 +2,6 @@

set -euo pipefail

curl -sL --fail https://github.com/golangci/golangci-lint/releases/download/v1.17.1/golangci-lint-1.17.1-linux-amd64.tar.gz | tar zxv --strip-components=1 --dir=/go/bin
curl -sL --fail https://github.com/golangci/golangci-lint/releases/download/v1.17.1/golangci-lint-1.18.0-linux-amd64.tar.gz | tar zxv --strip-components=1 --dir=/go/bin

golangci-lint run

0 comments on commit 335f09f

Please sign in to comment.