cmd/go: bad error message when using vendor
directory while specifying too old Go version
#67587
Labels
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version devel go1.23-722d59436b Thu May 16 02:00:26 2024 +0000 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Run
go build
inWhat did you see happen?
What did you expect to see?
I did not expect to see
Go version in go.mod is unspecified
since a version is specified, it's just too old (older than 1.14) for Go to default to-mod=vendor
The text was updated successfully, but these errors were encountered: