commit | ba866d36375310b4fefcd086cf4df21541dd7e47 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Sun Jun 18 01:00:13 2023 -0400 |
committer | Gopher Robot <gobot@golang.org> | Thu Jun 29 13:37:30 2023 +0000 |
tree | 80af0fa1a6fbceb2ae06da1b819de7105dff258a | |
parent | 07a9d2000df2fa8c15ace5b2a156db9ab08a7f32 [diff] |
gotip: silence misplaced "*** You need to ..." suggestion The make.bash script (as well as all.bash) try to be helpful and print a suggestion for the user if the directory holding the newly built 'go' command hasn't been added to PATH yet. Since other gotip commands take care of doing that for the user automatically, it shouldn't be visible while 'gotip download' is doing its job. Arrange for it not to be printed by invoking make.bash with GOROOT/bin added to PATH. For golang/go#42563. Fixes golang/go#60859. Change-Id: I24785230791cd68c77837e502fd5581965d1cf6d Reviewed-on: https://go-review.googlesource.com/c/dl/+/504037 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
This repository holds the Go wrapper programs that run specific versions of Go, such as go install golang.org/dl/go1.10.3@latest
and go install golang.org/dl/gotip@latest
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “dl:” in the subject line, so it is easy to find.