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.
golangci-lint
1 parent ee00f72 commit 9481de4Copy full SHA for 9481de4
hack/verify-golint.sh
@@ -26,8 +26,8 @@ LINT=${LINT:-golangci-lint}
26
27
if [[ -z "$(command -v ${LINT})" ]]; then
28
echo "${LINT} is missing. Installing it now."
29
- # See: https://golangci-lint.run/usage/install/#local-installation
30
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.3
+ # See: https://golangci-lint.run/welcome/install/#local-installation
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.3.0
31
LINT=$(go env GOPATH)/bin/golangci-lint
32
fi
33
0 commit comments