Skip to content

Commit

Permalink
ci: improve CI Linting and Test Robustness
Browse files Browse the repository at this point in the history
- Update the GitHub Actions workflow to use version 4 of the golangci-lint action

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Feb 14, 2024
1 parent 2551004 commit 7b54169
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@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --verbose
Expand Down

0 comments on commit 7b54169

Please sign in to comment.