Skip to content

Commit

Permalink
upgrade golang version to 1.12.13. moby#2
Browse files Browse the repository at this point in the history
  • Loading branch information
galahad2019 committed Nov 14, 2019
1 parent 614c6ca commit 2ac12a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Expand Up @@ -116,12 +116,6 @@ RUN set -x \
) \
&& rm -rf "$SECCOMP_PATH"

# Install Go
# 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.4

# Compile Go for cross compilation
ENV DOCKER_CROSSPLATFORMS \
linux/386 linux/arm \
Expand Down

0 comments on commit 2ac12a6

Please sign in to comment.