mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
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:
parent
3dbad3b7da
commit
0eb9076675
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user