Skip to content

Commit 90bd363

Browse files
committed
ci: upgrade golangci-lint GitHub Action to v8
- Update golangci-lint GitHub Action to use version v8 instead of v7 Signed-off-by: appleboy <[email protected]>
1 parent a9706b1 commit 90bd363

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
@@ -23,7 +23,7 @@ jobs:
2323
go-version-file: go.mod
2424
check-latest: true
2525
- name: Setup golangci-lint
26-
uses: golangci/golangci-lint-action@v7
26+
uses: golangci/golangci-lint-action@v8
2727
with:
2828
args: --verbose
2929
test:

0 commit comments

Comments
 (0)