Update to Go 1.7.1

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-09-08 12:40:39 +01:00 committed by Nathan LeClaire
parent 41b3b25335
commit fed2495d7b
1 changed files with 1 additions and 1 deletions

View File

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