diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 0225538..12b3821 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -9,7 +9,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 - name: golangci-lint - uses: reviewdog/action-golangci-lint@v2.6.0 + uses: reviewdog/action-golangci-lint@v2.6.1 with: github_token: ${{ secrets.github_token }} golangci_lint_flags: "--config=.github/.golangci.yml"