From f4e36931815333c9757ac202a22c1709c6bcf667 Mon Sep 17 00:00:00 2001 From: "scality-renovate[bot]" <234218835+scality-renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:55:18 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.12.2 --- .github/workflows/pre-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index 6f29e3b..9dc886e 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -20,7 +20,7 @@ jobs: - name: Run linters uses: golangci/golangci-lint-action@v9 with: - version: v2.11.4 + version: v2.12.2 test: uses: ./.github/workflows/test.yaml