Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/ci: switch to actions/setup-go@v4
The only breaking change is that caching is on by default now. It's decent by default, caching both GOCACHE and GOMODCACHE as reported by `go env`. However, we already do our own caching in a similar vein, and we're more careful to keep the caches trimmed down. For that reason, keep the automatic caching turned off. While looking at this code again, I was reminded that setup-go already runs `go env`, so it could be giving us GOCACHE and GOMODCACHE directly. Sure enough, someone already suggested this in the issue tracker, so add a TODO to hopefully switch to it in the near future. Signed-off-by: Daniel Martí <mvdan@mvdan.cc> Change-Id: Ia6b8be3e79b53cb13f68c927674a29e57f164d02 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/551773 Unity-Result: CUEcueckoo <cueckoo@cuelang.org> Reviewed-by: Paul Jolly <paul@myitcv.io> TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
- Loading branch information