Skip to content

Commit

Permalink
ci: improve code quality and testing infrastructure
Browse files Browse the repository at this point in the history
- Update golangci-lint-action from version `v5` to `v6`

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Dec 28, 2024
1 parent 14cdc90 commit 26031f1
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 @@ -19,7 +19,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --verbose
Expand Down

0 comments on commit 26031f1

Please sign in to comment.