Skip to content
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

Open
gopherbot opened this issue Aug 15, 2023 · 7 comments
Open
Labels
CherryPickApproved Used during the release process for point releases GoCommand cmd/go release-blocker
Milestone

Comments

@gopherbot
Copy link

@bcmills requested issue #62054 to be considered for backport to the next 1.21 minor release.

@gopherbot, please backport to Go 1.21. This is a blocker for the Go module proxy to be able to deploy Go 1.21 releases with adequate pre-release testing.

@gopherbot gopherbot added CherryPickCandidate Used during the release process for point releases GoCommand cmd/go labels Aug 15, 2023
@bcmills bcmills added release-blocker CherryPickApproved Used during the release process for point releases labels Aug 15, 2023
@bcmills bcmills added this to the Go1.21.1 milestone Aug 15, 2023
@gopherbot gopherbot removed the CherryPickCandidate Used during the release process for point releases label Aug 15, 2023
@joedian
Copy link

joedian commented Aug 28, 2023

@bcmills can you please raise the cl for this?

@bcmills
Copy link
Member

bcmills commented Aug 28, 2023

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.)

@dmitshur
Copy link
Contributor

dmitshur commented Aug 30, 2023

@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.

@bcmills
Copy link
Member

bcmills commented Aug 30, 2023

Slipping to 1.21.2 sounds good. Thanks for the heads-up.

@dmitshur dmitshur modified the milestones: Go1.21.1, Go1.21.2 Aug 30, 2023
@thanm
Copy link
Contributor

thanm commented Sep 25, 2023

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.

@bcmills
Copy link
Member

bcmills commented Sep 25, 2023

I don't think this will be in by Tuesday, so let's bump to 1.21.3.

@thanm thanm modified the milestones: Go1.21.2, Go1.21.3 Sep 25, 2023
@thanm
Copy link
Contributor

thanm commented Sep 25, 2023

OK thanks, I've moved it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CherryPickApproved Used during the release process for point releases GoCommand cmd/go release-blocker
Projects
None yet
Development

No branches or pull requests

6 participants
@dmitshur @bcmills @gopherbot @thanm @joedian and others