Upgrade to golang 1.6.2
Signed-off-by: Antonio Murdaca <runcom@redhat.com> Upstream-commit: 40b21745cc14628fc5336fbacddf092667a70c65 Component: engine
This commit is contained in:
@ -49,7 +49,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.5.3
|
||||
ENV GO_VERSION 1.6.2
|
||||
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
|
||||
| tar -xzC /usr/local
|
||||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user