Skip to content

Commit 4053da2

Browse files
gcmsgclaude
andcommitted
fix: upgrade golangci-lint-action to v7 for golangci-lint v2 support
Action v6 does not support golangci-lint v2.x binaries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1c17bed commit 4053da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
npm run build
6464
6565
- name: golangci-lint
66-
uses: golangci/golangci-lint-action@v6
66+
uses: golangci/golangci-lint-action@v7
6767
with:
6868
version: v2.11.1

0 commit comments

Comments
 (0)