diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 3406603..644fef1 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -8,7 +8,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: golangci-lint - uses: reviewdog/action-golangci-lint@v1 + uses: reviewdog/action-golangci-lint@v2 with: github_token: ${{ secrets.github_token }} golangci_lint_flags: "--enable-all --exclude-use-default=false ./..."