summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-12-04 16:47:02 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-12-04 16:47:02 +0900
commita1db64e7b1588bc44dccd3b3895a075977f70ce4 (patch)
treeb4180125ebd2d665b4c17a79a09d1c0b9c37dfba
parent0b9c4e1e74da7dfca932bd97f004d539aa76537f (diff)
Unset GO15VENDOREXPERIMENT in linux build env (#430)
-rw-r--r--src/Dockerfile.centos1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Dockerfile.centos b/src/Dockerfile.centos
index 5a685cd6..416d547a 100644
--- a/src/Dockerfile.centos
+++ b/src/Dockerfile.centos
@@ -16,7 +16,6 @@ RUN cd / && curl \
https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz | \
tar -xz && mv go go1.5
-ENV GO15VENDOREXPERIMENT 1
ENV GOROOT_BOOTSTRAP /go1.4
ENV GOROOT /go1.5
ENV GOPATH /go