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 c282366 commit e622347Copy full SHA for e622347
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.24.0
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.31.0
22
fi
23
24
golangci-lint run --no-config --enable=golint --disable=typecheck --deadline=10m
0 commit comments