Skip to content

Commit 0050ccb

Browse files
committed
fix: Upgrade golangci-lint-action to v8
1 parent ca37959 commit 0050ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
cache: true
137137

138138
- name: golangci-lint
139-
uses: golangci/golangci-lint-action@v3
139+
uses: golangci/golangci-lint-action@v8
140140
with:
141141
version: latest
142142
args: --timeout=5m

0 commit comments

Comments
 (0)