From 0eb90766750b5918ff05df14bbbdcc24c0eb697e Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 24 Apr 2018 16:08:29 +0100 Subject: [PATCH] Move to Go 1.10 We need the Format exptension in the tar package. Signed-off-by: Justin Cormack --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6cd3b8086..f4aaf900b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,13 +1,14 @@ version: 2 jobs: build: - machine: - image: circleci/classic:201710-02 + docker: + - image: circleci/golang:1.10 environment: GOPATH: /home/circleci/.go_workspace working_directory: /home/circleci/.go_workspace/src/github.com/moby/tool steps: - checkout + - setup_remote_docker - run: name: "Lint" command: |