Skip to content

Commit

Permalink
ci: upgrade golangci-lint action to version 6
Browse files Browse the repository at this point in the history
- Update golangci-lint action from version 5 to version 6

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Aug 25, 2024
1 parent b3e0f2a commit 621262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
check-latest: true

- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
args: --verbose
test:
Expand Down

0 comments on commit 621262a

Please sign in to comment.