Merge pull request #217 from justincormack/go1.10

Move to Go 1.10
This commit is contained in:
Justin Cormack 2018-04-24 16:42:37 +01:00 committed by GitHub
commit 3a3a4560a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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