diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 9fd1ab5..6987aa4 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -14,7 +14,7 @@ jobs: # Instead of using our own CI, we uses https://golangci-lint.run/ # It combines 48 linters and execute them in parallel - name: Lint with golangci-lint - uses: golangci/golangci-lint-action@v2.5.2 + uses: golangci/golangci-lint-action@v3.4.0 with: version: v1.32 args: --timeout 5m