Skip to content

Commit

Permalink
Use alternate source for golangci-lint installer
Browse files Browse the repository at this point in the history
Taken from the readme here as an alternative install location:
https://github.com/golangci/golangci-lint
  • Loading branch information
eric-hu committed Jun 13, 2019
1 parent cf8a1db commit 8181ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/install-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ function error() {

trap error SIGINT

curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.16.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.17.1

command -v ./bin/golangci-lint

0 comments on commit 8181ba3

Please sign in to comment.