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 list -u -m all fails loading module retractions: module requires go >= 1.N+1 (running go 1.N) [1.21 backport] #68051

Closed
gopherbot opened this issue Jun 18, 2024 · 3 comments
Labels
CherryPickApproved Used during the release process for point releases GoCommand cmd/go
Milestone

Comments

@gopherbot
Copy link
Contributor

@samthanawalla requested issue #66403 to be considered for backport to the next 1.21 minor release.

@gopherbot pretty please backport this to 1.21 and 1.22 🙏

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/593375 mentions this issue: [release-branch.go1.21] cmd/go: fix go list -u -m all with too new retractions dependency

@matloob matloob added CherryPickApproved Used during the release process for point releases CherryPickCandidate Used during the release process for point releases and removed CherryPickCandidate Used during the release process for point releases CherryPickApproved Used during the release process for point releases labels Jun 18, 2024
gopherbot pushed a commit that referenced this issue Jun 24, 2024
…tractions dependency

Previously, go would not report retractions of dependencies that have a
newer version of Go. With this change, we will still display retractions despite a version difference when go list -u -m is used.

For: #66403
Fixes: #68051

Change-Id: I6406680235e294269836ae4cbe3d5680ca10eea0
Reviewed-on: https://go-review.googlesource.com/c/go/+/588775
Auto-Submit: Sam Thanawalla <samthanawalla@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
(cherry picked from commit e44fa1c)
Reviewed-on: https://go-review.googlesource.com/c/go/+/593375
@gopherbot
Copy link
Contributor Author

Closed by merging e65014d to release-branch.go1.21.

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
Projects
None yet
Development

No branches or pull requests

3 participants