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
parent 2aed8d9349
commit 428ccaad20
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.7.0
FROM golang:1.7.1
RUN go get github.com/golang/lint/golint \
github.com/mattn/goveralls \