mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 23:33: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 | \
|
||||
tar -xz && mv go go1.5
|
||||
|
||||
ENV GO15VENDOREXPERIMENT 1
|
||||
ENV GOROOT_BOOTSTRAP /go1.4
|
||||
ENV GOROOT /go1.5
|
||||
ENV GOPATH /go
|
||||
|
||||
Reference in New Issue
Block a user