Skip to content

Commit

Permalink
update golangci lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
Geapefurit committed Dec 1, 2023
1 parent 4138c99 commit 9edcbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o errexit
set -o nounset
set -o pipefail

VERSION_NUM=1.49.0
VERSION_NUM=1.47.0
VERSION=v${VERSION_NUM}
URL_BASE=https://raw.githubusercontent.com/golangci/golangci-lint
URL=$URL_BASE/$VERSION/install.sh
Expand Down

0 comments on commit 9edcbb9

Please sign in to comment.