You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go get -u github.com/gopherjs/gopherjs
# github.com/gopherjs/gopherjs/compiler
gocode/src/github.com/gopherjs/gopherjs/compiler/compiler.go:20:9: undefined: ___GOPHERJS_REQUIRES_GO_VERSION_1_8___
The text was updated successfully, but these errors were encountered:
rjammala
changed the title
Installing with the tip version of Go fails with errors in sys/unix package
Installing with the tip version of Go fails with "requires version 1.8"
Jun 26, 2017
That's because the master branch of GopherJS compiler requires Go 1.8. The tip version of Go is 1.9.
There is a go1.9 branch in GopherJS, which is a work in progress to add support for Go 1.9. See PR #651 for details. By now, it should be stable and ready for testing and issue reports. Install it with:
cd $GOPATH/src/github.com/gopherjs/gopherjs
git checkout go1.9
git pull --ff-only
go install
The plan is to merge go1.9 into master once the final release of Go 1.9 comes out (sometime in August).
Uh oh!
There was an error while loading. Please reload this page.
The text was updated successfully, but these errors were encountered: