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 f2b4480 commit a097718Copy full SHA for a097718
.github/workflows/lint.yml
@@ -39,7 +39,7 @@ jobs:
39
# (see only-new-issues: true). It is disabled in .golangci.yml because
40
# golangci-lint running locally is not aware of new/modified files compared to the base
41
# commit of a pull request, and we want to avoid reporting invalid goheader errors.
42
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0 since v6.3.1 does not handle `only-new-issues` correctly
+ uses: golangci/golangci-lint-action@v6
43
with:
44
version: v1.60
45
only-new-issues: true
0 commit comments