From 39efadabc56f5b972e9eb643fb0235525e14ca31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 13:12:01 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.12.2 --- .github/workflows/build_and_validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_validate.yaml b/.github/workflows/build_and_validate.yaml index 37ca0b21..3a645cef 100644 --- a/.github/workflows/build_and_validate.yaml +++ b/.github/workflows/build_and_validate.yaml @@ -45,5 +45,5 @@ jobs: if: steps.filter.outputs.go == 'true' uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 with: - version: v2.12.1 + version: v2.12.2 args: --timeout 2m0s