Update to go 1.1.2.
This commit is contained in:
parent
5b0eaef602
commit
abfa7a204d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ run apt-get install -y -q curl
|
|||
run apt-get install -y -q git
|
||||
run apt-get install -y -q mercurial
|
||||
# Install Go
|
||||
run curl -s https://go.googlecode.com/files/go1.1.1.linux-amd64.tar.gz | tar -v -C /usr/local -xz
|
||||
run curl -s https://go.googlecode.com/files/go1.1.2.linux-amd64.tar.gz | tar -v -C /usr/local -xz
|
||||
env PATH /usr/local/go/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin
|
||||
env GOPATH /go
|
||||
env CGO_ENABLED 0
|
||||
|
|
Loading…
Reference in a new issue