diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index a69ddfa0..9fef3d16 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: golint - uses: reviewdog/action-golangci-lint@v2.0.3 + uses: reviewdog/action-golangci-lint@v2.7.0 with: github_token: ${{ secrets.github_token }} golangci_lint_flags: "--disable-all -E golint" @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: errcheck - uses: reviewdog/action-golangci-lint@v2.0.3 + uses: reviewdog/action-golangci-lint@v2.7.0 with: github_token: ${{ secrets.github_token }} golangci_lint_flags: "--disable-all -E errcheck"