Skip to content

Commit

Permalink
fix(ci): Bump golangci-lint to 1.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BronzeDeer committed Feb 19, 2023
1 parent fe2413e commit ce2b8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BIN=${DIR}/bin

if [ ! -x "${BIN}/golangci-lint" ]; then
echo "Installing GolangCI-Lint"
"${DIR}/install_golint.sh" -b "${BIN}" v1.23.7
"${DIR}/install_golint.sh" -b "${BIN}" v1.51.1
fi

"${BIN}/golangci-lint" run

0 comments on commit ce2b8f8

Please sign in to comment.