mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-26 04:03:11 +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
|
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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user