From 7f02f9e450533170e2470fea90d5b0027515cd49 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 14 May 2018 16:41:15 +0200 Subject: [PATCH] Update Golang to 1.10 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- circle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac8dbca2f..e0d74684a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.8-alpine +FROM golang:1.10-alpine ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution ENV DOCKER_BUILDTAGS include_oss include_gcs diff --git a/circle.yml b/circle.yml index ddc76c86c..085ef4f73 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,7 @@ machine: post: # go - - gvm install go1.8 --prefer-binary --name=stable + - gvm install go1.10 --prefer-binary --name=stable environment: # Convenient shortcuts to "common" locations