We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74b645 commit c44d9d5Copy full SHA for c44d9d5
.github/workflows/golangci-lint.yml
@@ -31,7 +31,7 @@ jobs:
31
# (see only-new-issues: true). It is disabled in .golangci.yml because
32
# golangci-lint running locally is not aware of new/modified files compared to the base
33
# commit of a pull request, and we want to avoid reporting invalid goheader errors.
34
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0 since v6.3.1 does not handle `only-new-issues` correctly
35
with:
36
version: v1.60
37
only-new-issues: true
0 commit comments