Skip to content

Commit

Permalink
Use Go 1.6.1, not 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed May 27, 2016
1 parent 94c895f commit e859b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross/Dockerfile
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -y -q \
git mercurial bzr \
&& rm -rf /var/lib/apt/lists/*

ENV GOVERSION 1.6.2
ENV GOVERSION 1.6.1
RUN mkdir /goroot && mkdir /gopath
RUN curl https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz \
| tar xvzf - -C /goroot --strip-components=1
Expand Down

0 comments on commit e859b0e

Please sign in to comment.