Skip to content

Commit 86f9575

Browse files
committed
Upgrade to go 1.5.3
Signed-off-by: David Gageot <david@gageot.net>
1 parent 4f6fb6d commit 86f9575

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md).
1818

1919
The requirements to build Machine are:
2020

21-
1. A running instance of Docker or a Golang 1.5.2 development environment
21+
1. A running instance of Docker or a Golang 1.5.3 development environment
2222
2. The `bash` shell
2323
3. [Make](https://www.gnu.org/software/make/)
2424

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.5.2
1+
FROM golang:1.5.3
22

33
RUN go get github.com/golang/lint/golint \
44
github.com/mattn/goveralls \

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ machine:
66
- git clone https://github.com/sstephenson/bats.git && cd bats && sudo ./install.sh /usr/local
77

88
post:
9-
- gvm install go1.5.2 -B --name=stable
9+
- gvm install go1.5.3 -B --name=stable
1010

1111
environment:
1212
# Convenient shortcuts to "common" locations

0 commit comments

Comments
 (0)