diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 2edca6b..4633082 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@v7 # Action page: + uses: golangci/golangci-lint-action@v8 # Action page: with: only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=race