We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a260f13 + edb8efc commit f89071aCopy full SHA for f89071a
test.sh
@@ -100,7 +100,7 @@ function setup_envs {
100
header_text "using tools"
101
102
if ! which golangci-lint 2>&1 >/dev/null; then
103
- 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
104
export PATH=$PATH:$(go env GOPATH)/bin
105
fi
106
0 commit comments