diff --git a/script/lint.sh b/script/lint.sh index 8decafeb7e5..67a67f8ea61 100755 --- a/script/lint.sh +++ b/script/lint.sh @@ -5,7 +5,7 @@ set -e -GOLANGCI_LINT_VERSION="1.62.0" +GOLANGCI_LINT_VERSION="1.63.4" CDPATH="" cd -- "$(dirname -- "$0")/.." BIN="$(pwd -P)"/bin