diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e41d231f..2cceaeea 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -16,7 +16,7 @@ jobs: go-version: stable - name: Run linter - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=safe