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