Skip to content

Commit

Permalink
Use Go 1.7.1 for building OSX client binary
Browse files Browse the repository at this point in the history
For Sierra we need Go 1.7 at present, until 1.6.4 is out and there
is a matching Docker release.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
  • Loading branch information
justincormack committed Sep 8, 2016
1 parent 23cf638 commit 6f9534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -120,7 +120,7 @@ RUN set -x \
# IMPORTANT: If the version of Go is updated, the Windows to Linux CI machines
# will need updating, to avoid errors. Ping #docker-maintainers on IRC
# with a heads-up.
ENV GO_VERSION 1.6.3
ENV GO_VERSION 1.7.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local

Expand Down

0 comments on commit 6f9534c

Please sign in to comment.