-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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.22 backport] #68052
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/593355 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: #68052 Change-Id: I6406680235e294269836ae4cbe3d5680ca10eea0 Reviewed-on: https://go-review.googlesource.com/c/go/+/588775 Auto-Submit: Sam Thanawalla <[email protected]> Reviewed-by: Michael Matloob <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> (cherry picked from commit e44fa1c) Reviewed-on: https://go-review.googlesource.com/c/go/+/593355
Closed by merging 179ccb7 to release-branch.go1.22. |
aofei
added a commit
to aofei/.goproxy.goproxy
that referenced
this issue
Jul 9, 2024
This release includes no changes. The primary purpose of this version is to trigger GitHub Actions to build new Docker images with the recently released Go 1.22.5, which fixes golang/go#68052. Updates goproxy#57 Release-as: 0.17.2 Signed-off-by: Aofei Sheng <[email protected]>
aofei
added a commit
to goproxy/goproxy
that referenced
this issue
Jul 9, 2024
This release includes no changes. The primary purpose of this version is to trigger GitHub Actions to build new Docker images with the recently released Go 1.22.5, which fixes golang/go#68052. Updates #57 Release-as: 0.17.2 Signed-off-by: Aofei Sheng <[email protected]>
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.22 minor release.
The text was updated successfully, but these errors were encountered: