From 257ac496fb84a4fbd74665e0a4613483c0fb9158 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:54:16 -0400 Subject: [PATCH] Bump golangci-lint to 2.3.0 Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- script/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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