You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/golang/dl is a mirror of the golang.org/dl module's repo. It has a package for each version of Go: a small wrapper that can download that specific version to e.g. ~/sdk/go1.16.6, and after that, it redirects go1.16.6 [...] commands to that Go binary it downloaded.
The simplest-seeming thing to do would be to copy dl and provide a https://github.com/microsoft/go-dl module with e.g. a microsoft-go1.16.6 package that points at our blob storage instead of the tar.gz/zip files available on dl.google.com/go/.