Skip to content

Commit

Permalink
Merge pull request #25 from go-generalize/dependabot/github_actions/r…
Browse files Browse the repository at this point in the history
…eviewdog/action-golangci-lint-2.2.2
  • Loading branch information
dependabot[bot] committed Oct 6, 2022
2 parents 7f46d6f + 17427a9 commit 82f82b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2.2.1
uses: reviewdog/action-golangci-lint@v2.2.2
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/.golangci.yml"

0 comments on commit 82f82b4

Please sign in to comment.