diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1bbcf4a..400a9df 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -35,6 +35,9 @@ jobs: - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: go-version: stable + # DT-KV-018: remote actions-cache round-trip (~287MB) vs the + # persistent runner-local GOMODCACHE — disable, don't fetch it. + cache: false - name: go build ./... run: go build ./...