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.
1 parent 3fc806e commit 061999dCopy full SHA for 061999d
hack/verify-golint.sh
@@ -18,7 +18,7 @@ set -euo pipefail
18
19
if [[ -z "$(command -v golangci-lint)" ]]; then
20
echo "Cannot find golangci-lint. Installing golangci-lint..."
21
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.31.0
+ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.0
22
export PATH=$PATH:$(go env GOPATH)/bin
23
fi
24
0 commit comments