Skip to content
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

runtime: cannot generate new project even with Go 1.8.3 #20537

Closed
seenickcode opened this issue May 31, 2017 · 3 comments
Closed

runtime: cannot generate new project even with Go 1.8.3 #20537

seenickcode opened this issue May 31, 2017 · 3 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@seenickcode
Copy link

seenickcode commented May 31, 2017

System:

MacBook Pro (x86_64)
macOS 10.12.4
go version go1.8.3 darwin/amd64
Xcode 8.3

What did you do?

buffalo new (from the Getting Started page http://gobuffalo.io/docs/getting-started)

I have also tried following this article (#19734) yet after upgrading to Go 1.8.3 this is still a problem. Must I really downgrade Xcode to 8.2 instead of 8.3 to get this to work?

Expected

A project is generated.

What I see

buffalo new coke
[1]    32849 killed     buffalo new coke
@ALTree
Copy link
Member

ALTree commented May 31, 2017

go1.8.3 should work.

Every single person that in the past weeks has reported that the problem was still present with >=go1.8.1 did not update correctly/actually nuked the old version and was still using programs compiled with go1.8.0 without realizing it.

Please check really carefully that a) you removed go1.8.0 b) you have go1.8.3 on your system and you are using it c) every binary you run was built with go1.8.3

@ALTree ALTree added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label May 31, 2017
@ALTree ALTree changed the title Cannot generate new project even with Go 1.8.3 runtime: cannot generate new project even with Go 1.8.3 May 31, 2017
@vcabbage
Copy link
Member

Also check that you don't have GOROOT set to an older Go install. I recently helped someone where that was the culprit.

@seenickcode
Copy link
Author

Fixed. While go version was showing the correct one, I failed to delete all existing Go bins/pkgs and reinstall buffalo. Thanks guys!

@golang golang locked and limited conversation to collaborators Jun 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

4 participants