cmd/compile: "version […] does not match go tool version" error is too vague #34214
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, I get
version "go1.12.5" does not match go tool version "go1.13"
.What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
It works.
What did you see instead?
A bunch of errors that are totally opaque. What does "compile: version" mean? Is it the go.mod version? How do I fix it? Why does it need to be exactly the same, as the error suggests?
The text was updated successfully, but these errors were encountered: