diff --git a/.github/workflows/reviewdog.yaml b/.github/workflows/reviewdog.yaml index a46a1ff..05b89e2 100644 --- a/.github/workflows/reviewdog.yaml +++ b/.github/workflows/reviewdog.yaml @@ -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.1.1 + uses: reviewdog/action-golangci-lint@v2.1.2 with: github_token: ${{ secrets.github_token }} golangci_lint_flags: "--config=.github/.golangci.yml"