Skip to content

Commit ee7c393

Browse files
committed
fix: Use golangci-lint-action v7 for golangci-lint v2 support
1 parent c1f418b commit ee7c393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
go-version: '1.24'
7979

8080
- name: golangci-lint
81-
uses: golangci/golangci-lint-action@v6
81+
uses: golangci/golangci-lint-action@v7
8282
with:
83-
version: v2.2.0
83+
version: v2.2
8484
args: --timeout=5m

0 commit comments

Comments
 (0)