mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
Build with Go 1.4.2
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get -y upgrade && \
|
||||
|
||||
# Install Go 1.4
|
||||
RUN cd / && curl \
|
||||
https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz | \
|
||||
https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | \
|
||||
tar -xz && mv go go1.4
|
||||
|
||||
ENV GOPATH /go
|
||||
|
||||
Reference in New Issue
Block a user