cmd/go: 'go list -m' wildcards don't work with version queries #45485
Labels
GoCommand
cmd/go
help wanted
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
go get
supports...
wildcards, and supports version queries such as@latest
, and allows the user to combine the two in the obvious way.go list -m
supports...
wildcards, and supports version queries such as@latest
. However, it errors out when both are used in the same argument. It should not — it should instead interpret those queries analogous to howgo get
does.I noticed this while updating
go list
for #36460.CC @jayconrod @matloob
The text was updated successfully, but these errors were encountered: