Skip to content

Commit

Permalink
update the version of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mufengzhe committed Aug 22, 2023
1 parent d2d25fb commit d69e117
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 @@ -27,7 +27,7 @@ function check_golangci-lint() {
command -v golangci-lint >/dev/null 2>&1
if [[ $? -ne 0 ]]; then
echo "installing golangci-lint ."
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
if [[ $? -ne 0 ]]; then
echo "golangci-lint installed failed, exiting."
exit 1
Expand Down

0 comments on commit d69e117

Please sign in to comment.