From df44b816748ef164f1faa51f38623c57dd0d6ab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 18:01:52 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.14.0 --- 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..d1ec3a7 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.14.0 build: name: Build