From 830ea0547d970d59e0e82d1dd6cfa80f358dadf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:34:15 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.11.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25a1158..a334b36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v9 with: - version: v2.5.0 + version: v2.11.3 args: --timeout=5m docker: