Skip to content

Commit

Permalink
Merge pull request #74 from googleprivate/go/1.9.3
Browse files Browse the repository at this point in the history
Update to Go 1.9.3
  • Loading branch information
markmandel authored Feb 4, 2018
2 parents 0b20145 + c39bcfb commit e8fab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && \

# install go
WORKDIR /usr/local
ENV GO_VERSION=1.9.2
ENV GO_VERSION=1.9.3
ENV GOPATH /go
RUN wget -q https://redirector.gvt1.com/edgedl/go/go${GO_VERSION}.linux-amd64.tar.gz && \
tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}
Expand Down

0 comments on commit e8fab58

Please sign in to comment.