Skip to content

Commit

Permalink
Update golangci gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
rsevilla87 committed Nov 19, 2020
1 parent f579ab1 commit c4e706e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
- name: Run golangci-lint
# You may pin to the exact commit or the version.
# uses: golangci/golangci-lint-action@04eca2038305127fb1e6683425b6864cd5612f2d
uses: golangci/golangci-lint-action@v1.2.1
uses: golangci/golangci-lint-action@v2
with:
# version of golangci-lint to use in form of v1.2.3
version: v1.30
version: v1.32
# if set to true and the action runs on a pull request - the action outputs only newly found issues
only-new-issues: true
# golangci-lint command line arguments
Expand Down

0 comments on commit c4e706e

Please sign in to comment.