Skip to content

Commit

Permalink
ci: optimize CI workflow and code quality checks
Browse files Browse the repository at this point in the history
- Update the GitHub Actions workflow to use version 5 of the golangci-lint-action

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Apr 29, 2024
1 parent 902a983 commit 9b35d5b
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 @@ -16,7 +16,7 @@ jobs:
go-version-file: go.mod
check-latest: true
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: latest
args: --verbose
Expand Down

0 comments on commit 9b35d5b

Please sign in to comment.