diff --git a/script/lint.sh b/script/lint.sh index c3d897d0a2d..e34752c6a19 100755 --- a/script/lint.sh +++ b/script/lint.sh @@ -5,7 +5,7 @@ set -e -GOLANGCI_LINT_VERSION="2.2.2" +GOLANGCI_LINT_VERSION="2.3.0" CDPATH="" cd -- "$(dirname -- "$0")/.." BIN="$(pwd -P)"/bin