Skip to content

Commit 74cb230

Browse files
committed
fix(ci): upgrade to golangci-lint-action@v7 for v2 support
1 parent beda70a commit 74cb230

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
@@ -16,6 +16,6 @@ jobs:
1616
go-version-file: go.mod
1717
cache: false
1818

19-
- uses: golangci/golangci-lint-action@v6
19+
- uses: golangci/golangci-lint-action@v7
2020
with:
2121
version: v2.11.4

0 commit comments

Comments
 (0)