Skip to content

Commit a51d22f

Browse files
committed
CI: Update to Go 1.9 final release.
Bump GopherJS version to 1.9-1. Reference: https://blog.golang.org/go1.9.
1 parent e3fcd8c commit a51d22f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ machine:
66

77
dependencies:
88
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
9+
- 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
1010
post:
1111
- mv ./gopherjs $HOME/bin
1212
- npm install --global node-gyp

compiler/version_check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ package compiler
66
const ___GOPHERJS_REQUIRES_GO_VERSION_1_9___ = true
77

88
// Version is the GopherJS compiler version string.
9-
const Version = "1.9-wip"
9+
const Version = "1.9-1"

0 commit comments

Comments
 (0)