Skip to content

Commit

Permalink
Bump reviewdog/action-golangci-lint from 1.21 to 1.24
Browse files Browse the repository at this point in the history
Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 1.21 to 1.24.
- [Release notes](https://github.com/reviewdog/action-golangci-lint/releases)
- [Commits](reviewdog/action-golangci-lint@v1.21...v1.24)

---
updated-dependencies:
- dependency-name: reviewdog/action-golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2021
1 parent 02238e3 commit 2ec58ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-go-
# Run golangci-lint using reviewdog
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1.21
uses: reviewdog/action-golangci-lint@v1.24
with:
github_token: ${{ secrets.github_token }}
level: warning
Expand Down

0 comments on commit 2ec58ff

Please sign in to comment.