-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
FrozenDueToAgeGoCommandcmd/gocmd/goNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.modulesrelease-blocker
Milestone
Description
What version of Go are you using (go version)?
1.16 tip (in development)
Does this issue reproduce with the latest release?
No, just tip.
What operating system and processor architecture are you using (go env)?
n/a
What did you do?
Suppose a module example.com/m tags v1.0.0, then tags v1.0.1 which retracts (#24031) both v1.0.0 and v1.0.1. Both tags refer to commits on the default branch. No other releases are tagged.
A user runs go get -d example.com/m@latest.
What did you expect to see?
The user should get a requirement on a pseudo-version based on v0.0.0, as they would if no versions are tagged.
What did you see instead?
The user gets a requirement on a pseudo-version based on v1.0.2.
Note that a pseudo-version based on v1.0.2 should still be valid; retraction shouldn't invalidate existing pseudo-versions.
bcmills
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeGoCommandcmd/gocmd/goNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.modulesrelease-blocker