Skip to content

Commit

Permalink
Merge pull request #682 from ahmetb/fix-test
Browse files Browse the repository at this point in the history
🐛 ci: fix golangci-lint installation
  • Loading branch information
k8s-ci-robot authored May 25, 2022
2 parents a260f13 + edb8efc commit f89071a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function setup_envs {
header_text "using tools"

if ! which golangci-lint 2>&1 >/dev/null; then
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
export PATH=$PATH:$(go env GOPATH)/bin
fi

Expand Down

0 comments on commit f89071a

Please sign in to comment.