From 332705b9dbf75ee125b2d0146bbcbda57554c196 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:31:51 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.13.2 --- .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 3d27e0e..2938bfc 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.13.1 + version: v2.13.2 - name: Lint (darwin) uses: golangci/golangci-lint-action@v9 with: - version: v2.13.1 + version: v2.13.2 env: GOOS: darwin