Skip to content

Commit

Permalink
update reviewdog/action-golangci-lint@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
shockerli committed Oct 20, 2021
1 parent c92cc4d commit 4bd9550
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
uses: reviewdog/action-golangci-lint@v2

0 comments on commit 4bd9550

Please sign in to comment.