-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: env changed flag respects $GOROOT/go.env #67564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
From go.env file got GOPROXY and GOSUMDB default value. FIxes golang#67542 Change-Id: Ifaeb59121b5b2c4937e8aaecb4ed291d95987e4c
This PR (HEAD: e85e9bc) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/587160. Important tips:
|
Message from qiu laidongfeng2: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-21T23:09:47Z","revision":"75feb3bdd2994f6a572d3e044fca18171b804adc"} Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from qiu laidongfeng2: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
This PR (HEAD: 5c21378) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/587160. Important tips:
|
Message from qiu laidongfeng2: Patch Set 2: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-22T08:45:48Z","revision":"be0e57a089fb0b6af813613dddc9d2b6c07266f7"} Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from qiu laidongfeng2: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Michael Matloob: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
This PR (HEAD: 92c806d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/587160. Important tips:
|
Message from qiu laidongfeng2: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Michael Matloob: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
This PR (HEAD: 2723b67) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/587160. Important tips:
|
Message from qiu laidongfeng2: Patch Set 4: Commit-Queue+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-23T10:31:45Z","revision":"4d772511f43b3721c861d32b7ace6a4080069b78"} Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from qiu laidongfeng2: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Michael Matloob: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
This PR (HEAD: fda9be4) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/587160. Important tips:
|
Message from qiu laidongfeng2: Patch Set 5: Commit-Queue+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-23T19:18:02Z","revision":"2bc3b00abf6dba30b91c63dfe11efe1988328b22"} Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Michael Matloob: Patch Set 5: Auto-Submit+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from qiu laidongfeng2: Patch Set 5: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 5: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
Message from Go LUCI: Patch Set 5: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587160. |
From $GOROOT/go.env file got GOPROXY and GOSUMDB and GOTOOLCHAIN default value. Fixes #67542 Change-Id: I0cb2e1ab6a32963288ae463a9b0bd92ac6719447 GitHub-Last-Rev: fda9be4 GitHub-Pull-Request: #67564 Reviewed-on: https://go-review.googlesource.com/c/go/+/587160 Reviewed-by: Carlos Amedee <[email protected]> Auto-Submit: Michael Matloob <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
This PR is being closed because golang.org/cl/587160 has been merged. |
From $GOROOT/go.env file got GOPROXY and GOSUMDB and GOTOOLCHAIN default value.
Fixes #67542