From e35474811820066d91484c2dc2e25f47a16dedce Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Tue, 5 Jul 2016 09:04:37 -0700 Subject: [PATCH] chore(ci): bump docker version --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index 307abb0f5..d20f703ba 100644 --- a/circle.yml +++ b/circle.yml @@ -1,4 +1,7 @@ machine: + pre: + - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 + environment: GOVERSION: "1.6.2" GOPATH: "${HOME}/.go_workspace"