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
The go tool dist banner command uses the current value of GOBIN from environment, to report the path where go commands where installed during bootstrap.
It should probably report the gobin value actually used during bootstrap, instead.
The
go tool dist bannercommand uses the current value ofGOBINfrom environment, to report the path where go commands where installed during bootstrap.It should probably report the
gobinvalue actually used during bootstrap, instead.