Skip to content

Commit

Permalink
ci: update GitHub workflows and improve linting configuration
Browse files Browse the repository at this point in the history
- Update golangci-lint-action from version 4 to version 6 in GitHub workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Sep 17, 2024
1 parent 51a6e74 commit 03c922f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make embedmd

- name: check golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --verbose
Expand Down

0 comments on commit 03c922f

Please sign in to comment.