Closed
Description
On https://golang.org/cl/128636, @bradfitz notes:
I'd want to understand what we do & don't use [modules] for […].
For example, all of our "make deploy-prod" etc scripts right now build in a Docker container with an entirely different mechanism.
Initially, I think we should start with exactly what we're doing today, but with the ability to make changes in x/build with a known-reasonable set of dependencies. That's https://golang.org/cl/128636.
There are certainly more interesting steps we can take down the road: for example, we might be able to use go mod download
in place of cmd/gitlock
to wire in dependencies.
This issue is for tracking those steps.