Upgrade to go 1.5.3

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2016-01-14 07:10:47 +01:00
parent 4f6fb6dc7e
commit 86f95753c4
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md).
The requirements to build Machine are: The requirements to build Machine are:
1. A running instance of Docker or a Golang 1.5.2 development environment 1. A running instance of Docker or a Golang 1.5.3 development environment
2. The `bash` shell 2. The `bash` shell
3. [Make](https://www.gnu.org/software/make/) 3. [Make](https://www.gnu.org/software/make/)

View File

@ -1,4 +1,4 @@
FROM golang:1.5.2 FROM golang:1.5.3
RUN go get github.com/golang/lint/golint \ RUN go get github.com/golang/lint/golint \
github.com/mattn/goveralls \ github.com/mattn/goveralls \

2
Godeps/Godeps.json generated
View File

@ -1,6 +1,6 @@
{ {
"ImportPath": "github.com/docker/machine", "ImportPath": "github.com/docker/machine",
"GoVersion": "go1.5.2", "GoVersion": "go1.5",
"Packages": [ "Packages": [
"github.com/docker/machine", "github.com/docker/machine",
"github.com/docker/machine/cmd", "github.com/docker/machine/cmd",

View File

@ -6,7 +6,7 @@ machine:
- git clone https://github.com/sstephenson/bats.git && cd bats && sudo ./install.sh /usr/local - git clone https://github.com/sstephenson/bats.git && cd bats && sudo ./install.sh /usr/local
post: post:
- gvm install go1.5.2 -B --name=stable - gvm install go1.5.3 -B --name=stable
environment: environment:
# Convenient shortcuts to "common" locations # Convenient shortcuts to "common" locations