Skip to content

Commit

Permalink
Merge pull request #101 from AndreasSko/renovate/reviewdog-action-gol…
Browse files Browse the repository at this point in the history
…angci-lint-2.x

Update reviewdog/action-golangci-lint action to v2
  • Loading branch information
AndreasSko committed Aug 23, 2021
2 parents 73324f8 + b18f8a2 commit c192d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.github_token }}
test:
Expand Down

0 comments on commit c192d0b

Please sign in to comment.