Files
linuxkit/circle.yml
Riyaz Faizullabhoy 62f8a69b38 Update working dir and get golint for circle tests
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-05-15 10:17:16 -07:00

8 lines
178 B
YAML

version: 2
jobs:
build:
working_directory: /go/src/github.com/moby/tool
steps:
- checkout
- run: go get github.com/golang/lint/golint
- run: make test