mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
Unset GO15VENDOREXPERIMENT in linux build env (#430)
This commit is contained in:
@@ -16,7 +16,6 @@ RUN cd / && curl \
|
|||||||
https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz | \
|
https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz | \
|
||||||
tar -xz && mv go go1.5
|
tar -xz && mv go go1.5
|
||||||
|
|
||||||
ENV GO15VENDOREXPERIMENT 1
|
|
||||||
ENV GOROOT_BOOTSTRAP /go1.4
|
ENV GOROOT_BOOTSTRAP /go1.4
|
||||||
ENV GOROOT /go1.5
|
ENV GOROOT /go1.5
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
|
|||||||
Reference in New Issue
Block a user