From 134bb64fa2913b7fb01d23f21295f36103fc5aa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:35:42 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.12.2 --- shared/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/.github/workflows/ci.yml b/shared/.github/workflows/ci.yml index 39ff717..2f71d5d 100644 --- a/shared/.github/workflows/ci.yml +++ b/shared/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.11.4 + version: v2.12.2 build: name: Build