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"