diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c272f8f..0311464 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: go-version: ${{ matrix.go_version }} - name: Revive check - uses: morphy2k/revive-action@v2.5.7 + uses: morphy2k/revive-action@v2.5.8 with: # Exclude patterns, separated by semicolons (optional) exclude: "./_examples/..."