diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6a26c7efb..fa79774d8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -90,7 +90,7 @@ jobs: sed -i -e '/_requestgen.go/d' coverage_dnum.txt - name: Revive Check - uses: morphy2k/revive-action@v2.7.0 # https://github.com/mgechev/revive/issues/956 + uses: morphy2k/revive-action@v2.7.1 # https://github.com/mgechev/revive/issues/956 with: reporter: github-pr-review fail_on_error: true