From 428ccaad20e30e6d2fc87cbfbb91ff62fc204815 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 8 Sep 2016 12:40:39 +0100 Subject: [PATCH] Update to Go 1.7.1 Signed-off-by: Justin Cormack --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c9fb432..b9a70005 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \