From 326b7635cfebea358468899f5ac1e6585c6008b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 13:08:42 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.12.1 --- .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 7f390f66..37ca0b21 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.0 + version: v2.12.1 args: --timeout 2m0s