Skip to content

Commit

Permalink
Merge pull request #536 from vmware/fix-release-action
Browse files Browse the repository at this point in the history
Fix golangci-lint version at release action
  • Loading branch information
frodenas authored Sep 24, 2024
2 parents 9bb7327 + 851d9b2 commit 9c13da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
version: v1.60.3
args: --issues-exit-code=1
only-new-issues: true

Expand Down

0 comments on commit 9c13da8

Please sign in to comment.