From 5c3b55160a8e36bb882b83dfdf1319d6d92a3643 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 03:08:01 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.13.0 --- .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 56bf927..0ce0c2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.12.2 + version: v2.13.0 # Verify the project compiles. Cross-platform builds are handled by # GoReleaser at release time, so a single-platform check suffices here.