Skip to content

Commit

Permalink
update lint in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey1s committed Aug 7, 2019
1 parent fbbed5b commit cce06f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/check-linting
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -euo pipefail

curl -sL --fail https://github.com/golangci/golangci-lint/releases/download/v1.13/golangci-lint-1.13-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.17.1-linux-amd64.tar.gz | tar zxv --strip-components=1 --dir=/go/bin

golangci-lint run

0 comments on commit cce06f1

Please sign in to comment.