tech(build): upgrade dist builder to golang1.8rc3

pull/7484/head
bergquist 8 years ago
parent b3db5aae4b
commit 5bba0c2a94
  1. 6
      scripts/build/Dockerfile

@ -23,10 +23,10 @@ RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - && \
RUN wget https://dl.yarnpkg.com/rpm/yarn.repo -O /etc/yum.repos.d/yarn.repo && \ RUN wget https://dl.yarnpkg.com/rpm/yarn.repo -O /etc/yum.repos.d/yarn.repo && \
yum install -y yarn --nogpgcheck && \ yum install -y yarn --nogpgcheck && \
wget https://storage.googleapis.com/golang/go1.7.4.linux-amd64.tar.gz && \ wget https://storage.googleapis.com/golang/go1.8rc3.linux-amd64.tar.gz && \
tar -C /usr/local -xzf go1.7.4.linux-amd64.tar.gz tar -C /usr/local -xzf go1.8rc3.linux-amd64.tar.gz
ENV GOLANG_VERSION 1.7.4 ENV GOLANG_VERSION 1.8rc3
ENV PATH /usr/local/go/bin:$PATH ENV PATH /usr/local/go/bin:$PATH
RUN mkdir -p /go/src /go/bin && chmod -R 777 /go RUN mkdir -p /go/src /go/bin && chmod -R 777 /go

Loading…
Cancel
Save