Skip to content

Commit

Permalink
ci: update Go workflow dependencies
Browse files Browse the repository at this point in the history
- Update the golangci-lint action version from `v5` to `v6` in the GitHub workflow for Go.

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed May 11, 2024
1 parent e3d6f72 commit 06d0382
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 @@ -20,7 +20,7 @@ jobs:
go-version-file: go.mod
check-latest: true
- 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 06d0382

Please sign in to comment.