diff --git a/.github/workflows/go-presubmit.yml b/.github/workflows/go-presubmit.yml index a3ad7ae..9360edc 100644 --- a/.github/workflows/go-presubmit.yml +++ b/.github/workflows/go-presubmit.yml @@ -25,5 +25,4 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - cache: true - uses: creachadair/go-presubmit-action@v2