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
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: |