-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
cmd/go: go mod download
needs to support toolchain upgrades [1.21 backport]
#62055
Comments
@bcmills can you please raise the cl for this? |
I'm working on it today, but if it slips to Go 1.21.2 that's probably fine. (Really we just need it to be released in time for the proxy to upgrade to it while Go 1.20.x is still supported, so that we have time to test the proxy before it migrates.) |
@bcmills The release branches are planned to be frozen today. Given the upstream issue isn't resolved yet, and you said it might be better to let it slip to Go 1.21.2 instead of holding back the Go 1.21.1 release, I plan to move this to the Go 1.21.2 milestone soon. Please comment if you think another path forward is better. |
Slipping to 1.21.2 sounds good. Thanks for the heads-up. |
Hi @bcmills looking at the schedule for Go 1.21.2 I think we are supposed to have all cherry-picks done by this Tues in order to freeze the release branch Wed and pre-announce on Thu. Will the fix for this bug make the release do you think, or should we bump to 1.21.3? Thanks. |
I don't think this will be in by Tuesday, so let's bump to 1.21.3. |
OK thanks, I've moved it. |
Change https://go.dev/cl/537480 mentions this issue: |
Should be ok to move this to the next minor release. (The main constraint is that it needs to be included in a 1.21 release before 1.20 falls out of support.) |
@bcmills thanks. Moved to the next milestone. |
Change https://go.dev/cl/539697 mentions this issue: |
…lchains if called with explicit arguments Fixes #62055. Updates #62054. Change-Id: I4ea24070f7d9aa4964c2f215836602068058f718 (cherry picked from CL 540779 and CL 537480) Reviewed-on: https://go-review.googlesource.com/c/go/+/539697 Auto-Submit: Heschi Kreinick <heschi@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Matloob <matloob@golang.org>
Closed by merging 4952f41 to release-branch.go1.21. |
@bcmills requested issue #62054 to be considered for backport to the next 1.21 minor release.
The text was updated successfully, but these errors were encountered: