From beabc206e1f1ccca9981524d9edc3fe1aa782d48 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Mon, 23 Jan 2017 17:27:54 -0800 Subject: [PATCH] Update tests to use go1.8 rc2 Tests only, do not merge into master Signed-off-by: Derek McGowan (github: dmcgowan) --- Dockerfile | 2 +- circle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 426954a1..fe00241a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.7-alpine +FROM golang:1.8rc2-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 76276763..52dee234 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,7 @@ machine: post: # go - - gvm install go1.7 --prefer-binary --name=stable + - gvm install go1.8rc2 --prefer-binary --name=stable environment: # Convenient shortcuts to "common" locations