EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.74k stars 136 forks source link

Update go mod and test on go 1.12 #660

Closed Noofbiz closed 5 years ago

Noofbiz commented 5 years ago

Looks like gopherjs doesn't work anymore? I get panics saying it requires go 1.11

hajimehoshi commented 5 years ago

Yes and I plan to work on making this support Go 1.12 https://github.com/gopherjs/gopherjs/issues/887

Noofbiz commented 5 years ago

Everything else works with 1.12 so I'm going to close this and open another issue to track gopherjs