Skip to content

Commit 03c922f

Browse files
committed
ci: update GitHub workflows and improve linting configuration
- Update golangci-lint-action from version 4 to version 6 in GitHub workflow Signed-off-by: appleboy <[email protected]>
1 parent 51a6e74 commit 03c922f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: make embedmd
2121

2222
- name: check golangci-lint
23-
uses: golangci/golangci-lint-action@v4
23+
uses: golangci/golangci-lint-action@v6
2424
with:
2525
version: latest
2626
args: --verbose

0 commit comments

Comments
 (0)