We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fcd8c commit a51d22fCopy full SHA for a51d22f
circle.yml
@@ -6,7 +6,7 @@ machine:
6
7
dependencies:
8
pre:
9
- - cd /usr/local && sudo rm -rf go && curl https://storage.googleapis.com/golang/go1.9rc2.linux-amd64.tar.gz | sudo tar -xz && sudo chmod a+w go/src/path/filepath
+ - cd /usr/local && sudo rm -rf go && curl https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz | sudo tar -xz && sudo chmod a+w go/src/path/filepath
10
post:
11
- mv ./gopherjs $HOME/bin
12
- npm install --global node-gyp
compiler/version_check.go
@@ -6,4 +6,4 @@ package compiler
const ___GOPHERJS_REQUIRES_GO_VERSION_1_9___ = true
// Version is the GopherJS compiler version string.
-const Version = "1.9-wip"
+const Version = "1.9-1"
0 commit comments