From 3f4fbc2ddadf518c65de8543a3feb29b463a4103 Mon Sep 17 00:00:00 2001 From: "renovate-vince-riv[bot]" <227500739+renovate-vince-riv[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:38:26 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint to v2.12.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b812de3..a184227 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,5 +44,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 with: - version: v2.6.1 + version: v2.12.2 only-new-issues: true