We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4d262 commit 9ae11c6Copy full SHA for 9ae11c6
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.46.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.0
22
export PATH=$PATH:$(go env GOPATH)/bin
23
fi
24
0 commit comments