Skip to content

Commit 233524f

Browse files
committed
ci: upgrade golangci-lint action to version 6
- Update golangci-lint action version from v4 to v6 Signed-off-by: appleboy <[email protected]>
1 parent fa579cc commit 233524f

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
@@ -31,7 +31,7 @@ jobs:
3131
go-version-file: "go.mod"
3232
check-latest: true
3333
- name: Setup golangci-lint
34-
uses: golangci/golangci-lint-action@v4
34+
uses: golangci/golangci-lint-action@v6
3535
with:
3636
version: latest
3737
args: --verbose

0 commit comments

Comments
 (0)