cmd/go: get -u all fails when using an explicit list succeeds #63528
Labels
FrozenDueToAge
GoCommand
cmd/go
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go.mod:
main.go:
Upgrade with
all
patternWhat did you expect to see?
What did you see instead?
missing package error for package that was removed but not needed in upgraded versions
distilled from #63412
cc @bcmills
The text was updated successfully, but these errors were encountered: