Skip to content

Commit

Permalink
Update to go 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiofalci committed Feb 28, 2017
1 parent 9b36ba9 commit ddbf5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:15.04
RUN apt-get update && apt-get install -y curl build-essential git mercurial ca-certificates --no-install-recommends

# Install Go
RUN curl -sSL https://storage.googleapis.com/golang/go1.7.5.linux-amd64.tar.gz | tar -v -C /usr/local -xz
RUN curl -sSL https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz | tar -v -C /usr/local -xz
ENV PATH /usr/local/go/bin:$PATH
ENV GOPATH /go

Expand Down

0 comments on commit ddbf5f0

Please sign in to comment.