From 01fd30069f3dbd986940457f3484b73cecb019b1 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Wed, 27 Apr 2016 13:11:39 -0700 Subject: [PATCH] bump test/Dockerfile go version to 1.5.4 License: MIT Signed-off-by: Jeromy --- test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dockerfile b/test/Dockerfile index 61a4a2c1f..a67aca735 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -16,7 +16,7 @@ EXPOSE 8080 ENV GX_IPFS "" ENV IPFS_PATH /data/ipfs -ENV GO_VERSION 1.5.3-r0 +ENV GO_VERSION 1.5.4-r0 ENV GOPATH /go ENV PATH /go/bin:$PATH ENV SRC_PATH /go/src/github.com/ipfs/go-ipfs