From e8f0475f7707f0b3348310a7dd3a725ed4df90cc Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Fri, 13 Feb 2026 17:23:22 -0500 Subject: [PATCH] chore: Bump golangci-lint to v2.9.0 Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- .golangci.yml | 1 + script/setup-custom-gcl.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 051d5e716f6..105b33e71c7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -2,6 +2,7 @@ version: "2" run: build-tags: - integration + allow-parallel-runners: true linters: enable: - canonicalheader diff --git a/script/setup-custom-gcl.sh b/script/setup-custom-gcl.sh index e4f1cc81725..54afe584239 100755 --- a/script/setup-custom-gcl.sh +++ b/script/setup-custom-gcl.sh @@ -4,7 +4,7 @@ set -e -GOLANGCI_LINT_VERSION="2.7.0" +GOLANGCI_LINT_VERSION="2.9.0" # should in sync with fmt.sh and lint.sh BIN="$(pwd -P)"/bin