-
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 list -u -m all fails loading module retractions: module requires go >= 1.N+1 (running go 1.N) [1.21 backport] #68051
Labels
Milestone
Comments
gopherbot
added
CherryPickCandidate
Used during the release process for point releases
GoCommand
cmd/go
labels
Jun 18, 2024
Change https://go.dev/cl/593375 mentions this issue: |
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
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
@samthanawalla requested issue #66403 to be considered for backport to the next 1.21 minor release.
The text was updated successfully, but these errors were encountered: