Skip to content

Commit 492d9f3

Browse files
committed
Upgrade golangci/golangci-lint-action v3 -> v8
1 parent 122706a commit 492d9f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
go-version: '1.24.5'
1717
- uses: actions/checkout@v4
1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@v3
19+
uses: golangci/golangci-lint-action@v8
2020
with:
2121
version: latest
2222
args: --timeout=10m
23+
only-new-issues: true

0 commit comments

Comments
 (0)