Skip to content

Commit

Permalink
ci: update GitHub Actions and improve CI configuration
Browse files Browse the repository at this point in the history
###
- Update golangci-lint-action from v4 to v6 in GitHub Actions workflow

Signed-off-by: appleboy <[email protected]>
###
  • Loading branch information
appleboy committed May 18, 2024
1 parent b7b09a3 commit bb68080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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@v6
with:
version: latest
args: --verbose
Expand Down

0 comments on commit bb68080

Please sign in to comment.