From 0b7b365fd45c0167a4f68ff55af3cfb502962360 Mon Sep 17 00:00:00 2001 From: cpanato Date: Fri, 24 Jan 2025 14:56:29 +0100 Subject: [PATCH] update golangci-lint to v1.63.4 Signed-off-by: cpanato --- script/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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