Move to Go 1.10

We need the Format exptension in the tar package.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2018-04-24 16:08:29 +01:00
parent 3dbad3b7da
commit 0eb9076675
No known key found for this signature in database
GPG Key ID: 609102888A2EE3F9

View File

@ -1,13 +1,14 @@
version: 2 version: 2
jobs: jobs:
build: build:
machine: docker:
image: circleci/classic:201710-02 - image: circleci/golang:1.10
environment: environment:
GOPATH: /home/circleci/.go_workspace GOPATH: /home/circleci/.go_workspace
working_directory: /home/circleci/.go_workspace/src/github.com/moby/tool working_directory: /home/circleci/.go_workspace/src/github.com/moby/tool
steps: steps:
- checkout - checkout
- setup_remote_docker
- run: - run:
name: "Lint" name: "Lint"
command: | command: |