-
Notifications
You must be signed in to change notification settings - Fork 226
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
yarn install
changes packages/cosmic-swingset/go.mod
#114
Comments
* move the pixel list logic into the strategy
I'm still seeing this. Should I reopen? |
Actually I'm seeing the opposite: that line is being added. Reopening. |
What version of Go do you have? |
go version go1.12.6 darwin/amd64 |
Although 1.12 will work to compile, it adds the appengine dependency while 1.13+ removes it. They're incompatible in this tiny regard. |
Ok, so is the resolution to require Go 1.13? Should we update the README? |
Yeah, it's probably a good idea to recommend Go 1.13. It's not a strict requirement as long as they remember not to check in their changes to |
PR to follow
The text was updated successfully, but these errors were encountered: