diff --git a/.github/workflows/go-presubmit.yml b/.github/workflows/go-presubmit.yml index f0dc6e9..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: false # we have no dependencies - uses: creachadair/go-presubmit-action@v2