Skip to content

Commit 621262a

Browse files
committed
ci: upgrade golangci-lint action to version 6
- Update golangci-lint action from version 5 to version 6 Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent b3e0f2a commit 621262a

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
@@ -21,7 +21,7 @@ jobs:
2121
check-latest: true
2222

2323
- name: Setup golangci-lint
24-
uses: golangci/golangci-lint-action@v5
24+
uses: golangci/golangci-lint-action@v6
2525
with:
2626
args: --verbose
2727
test:

0 commit comments

Comments
 (0)