Skip to content

Commit 9481de4

Browse files
authored
Hack: Bump golangci-lint to v2.3.0. (#13650)
Co-authored-by: marcel2012 <13705842+marcel2012@users.noreply.github.com>
1 parent ee00f72 commit 9481de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/verify-golint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ LINT=${LINT:-golangci-lint}
2626

2727
if [[ -z "$(command -v ${LINT})" ]]; then
2828
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
29+
# See: https://golangci-lint.run/welcome/install/#local-installation
30+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.3.0
3131
LINT=$(go env GOPATH)/bin/golangci-lint
3232
fi
3333

0 commit comments

Comments
 (0)