From 540bb3f9e6dabfbd3efef37f98ca501f8e44ad84 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 19 Jul 2017 17:37:01 -0700 Subject: [PATCH] try bumping up the version of remote docker to allow multistage builds. --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 51aa2a7..330ac43 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,8 @@ jobs: GOPATH: /go steps: - checkout - - setup_remote_docker + - setup_remote_docker: + version: 17.05.0-ce - run: name: Install dependencies command: |