From 969344ec1ae9c19304d28b4ef062a505e2e62207 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:51:32 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.13.1 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 078ff19..3d27e0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,12 +25,12 @@ jobs: - name: Lint (linux) uses: golangci/golangci-lint-action@v9 with: - version: v2.12.2 + version: v2.13.1 - name: Lint (darwin) uses: golangci/golangci-lint-action@v9 with: - version: v2.12.2 + version: v2.13.1 env: GOOS: darwin