Update to go 1.1.2.

Upstream-commit: abfa7a204de9c21ee722a45de51ebae4c004e07e
Component: engine
This commit is contained in:
Jérôme Petazzoni
2013-08-13 17:25:12 -07:00
parent 6c3ed6eab3
commit 20d1f9978e

View File

@ -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