cmd/go: 'go list -m' should be deterministic #28019
Labels
FrozenDueToAge
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Unlike the package-based query (go list)
that would behave like go get underneath (#28014, #27643),
go list -m
operates only with the modules already in the cache.That makes the result stateful, often confusing.
For example,
The text was updated successfully, but these errors were encountered: