From f6d23f193f32c180cc369dfacf568b49dfe65804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:49:57 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.12.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 64d4a5bf4..a5e86e99a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,7 +48,7 @@ jobs: go-version-file: go.mod - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: v2.11.4 + version: v2.12.2 build: timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}