Skip to content

Commit

Permalink
bump golangci version from 1.57.1 to 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGe4 committed Nov 15, 2024
1 parent 06cc860 commit 883b481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e -o pipefail

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
BIN=${DIR}/bin
VERSION=1.57.1
VERSION=1.62.0

function install_linter() {
echo "Installing GolangCI-Lint"
Expand Down

0 comments on commit 883b481

Please sign in to comment.