-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/vgo: vgo requires go 1.10 but VGOROOT=… is not a valid Go 1.10 source tree #24969
Comments
dupe of #24773 Issue is that where you are getting go from is not including all the files required by vgo. From #24773 (comment) you can try the following commands or download go directly from https://golang.org/dl/
|
Haven't seen that other issue. Thank you, will try to manually install. |
Will official go docker containers be sufficient to run vgo? |
I'm not entirely sure, but I assume they are using the same releases as on https://golang.org/dl/ |
Okay, I'll see it when I try to deploy (which will probably not be today) ;) Thank you! |
Closing as dup per #24969 (comment). |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
This is directly after
go get -u golang.org/x/vgo
What operating system and processor architecture are you using (
go env
)?vgo env
fails the same way asvgo version
fails.What did you do?
vgo build
,vgo env
,vgo version
and others. I've only foundvgo help
to work among the commands I use daily…What did you expect to see?
A working compiler.
What did you see instead?
The text was updated successfully, but these errors were encountered: