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.22 backport] #68052

Closed
gopherbot opened this issue Jun 18, 2024 · 3 comments · Fixed by goproxy/goproxy#70
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.22 minor release.

@gopherbot pretty please backport this to 1.21 and 1.22 🙏

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/593355 mentions this issue: [release-branch.go1.22] 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: #68052

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/+/593355
@gopherbot
Copy link
Contributor Author

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 <aofei@aofeisheng.com>
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 <aofei@aofeisheng.com>
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

Successfully merging a pull request may close this issue.

3 participants