Skip to content

Commit

Permalink
bump reviewdog/action-golangci-lint@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 authored Sep 24, 2021
1 parent df82d1f commit c190e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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: ${{ github.token }}
level: warning

0 comments on commit c190e67

Please sign in to comment.