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:
@ -34,7 +34,7 @@ FROM windowsservercore
|
||||
# Environment variable notes:
|
||||
# - GO_VERSION must consistent with 'Dockerfile' used by Linux'.
|
||||
# - FROM_DOCKERFILE is used for detection of building within a container.
|
||||
ENV GO_VERSION=1.7.1 \
|
||||
ENV GO_VERSION=1.7.3 \
|
||||
GIT_LOCATION=https://github.com/git-for-windows/git/releases/download/v2.7.2.windows.1/Git-2.7.2-64-bit.exe \
|
||||
GOPATH=C:/go;C:/go/src/github.com/docker/docker/vendor \
|
||||
FROM_DOCKERFILE=1
|
||||
|
||||
Reference in New Issue
Block a user