diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 32cb88853..7488cf91d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,7 @@ jobs: go-version: ${{ matrix.go_version }} - name: Revive check - uses: morphy2k/revive-action@v2.5.2 + uses: morphy2k/revive-action@v2.5.3 if: ${{ matrix.os == 'ubuntu-latest' && matrix.go_version == '1.20' }} with: # Exclude patterns, separated by semicolons (optional)