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
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Do any Go tools we use still depend on installed packages, that is go build -i? If the answer is no, then as AFAIK installing dependencies is just a waste of time and space at that point and we should consider changing the default of go.installDependenciesWhenBuilding to false.
I think it's a mechanism left for backwards compatibility for stuff that depended on it, from the Go 1.10 release notes:
Installing dependency packages should not be necessary in general, and the very concept of installed packages may disappear in a future release.