project: update Go to 1.7.3
List of milestone issues https://github.com/golang/go/issues?q=milestone%3AGo1.7.3 Signed-off-by: Alexander Morozov <lk4d4@docker.com> Upstream-commit: 7d8831c0914b8016daee5c0b90496b581d61522d Component: engine
This commit is contained in:
@ -125,7 +125,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.7.1
|
||||
ENV GO_VERSION 1.7.3
|
||||
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
|
||||
| tar -xzC /usr/local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user