Reputation: 1836
According to the release notes app engine should be running go 1.6 but if I try to use iris it fails because it requires 1.6. "go version" from shell also returns 1.5!
Am I missing something?
Upvotes: 1
Views: 73
Reputation: 21
Instead of go version
try goapp version
. The App Engine SDK requires a wrapper script because it sets a custom GOPATH
.
Upvotes: 2