Skip to content

Commit

Permalink
Merge pull request #507 from vmware/bump-linter-action
Browse files Browse the repository at this point in the history
Bump up version in linter action
  • Loading branch information
annakhm authored Nov 19, 2020
2 parents c11b2b7 + c4f819a commit fe127ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.30
version: v1.32
args: --issues-exit-code=1
only-new-issues: true

0 comments on commit fe127ab

Please sign in to comment.