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