Unset GO15VENDOREXPERIMENT in linux build env (#430)

This commit is contained in:
Junegunn Choi 2015-12-04 16:47:02 +09:00
parent 0b9c4e1e74
commit a1db64e7b1

View File

@ -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