Skip to content

Commit

Permalink
chore: refine CI workflow and improve code quality
Browse files Browse the repository at this point in the history
- Update the golangci-lint-action version from `v4` to `v5` in the GitHub Actions workflow for Go.

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed May 5, 2024
1 parent 18081d2 commit d81f319
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 @@ -23,7 +23,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:
args: --verbose
test:
Expand Down

0 comments on commit d81f319

Please sign in to comment.