From 481b3a1c84a0a08c6434aac32a20a453ad6eb23f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:52:58 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.13.2 --- .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 0aa522692..7aaf6ccb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: - name: Install golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.12.2 + version: v2.13.2 install-only: true - name: golangci-lint