Skip to content

Commit 2ce8e34

Browse files
committed
Pin golangci/golangci-lint-action to v6
1 parent f2b4480 commit 2ce8e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# (see only-new-issues: true). It is disabled in .golangci.yml because
4040
# golangci-lint running locally is not aware of new/modified files compared to the base
4141
# 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
42+
uses: golangci/golangci-lint-action@v6
4343
with:
4444
version: v1.60
4545
only-new-issues: true

0 commit comments

Comments
 (0)