use custom go image

This commit is contained in:
vcaesar 2018-04-01 22:08:53 +08:00
parent 120777342c
commit 62a2472ed1
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ jobs:
build:
docker:
# using custom image, see .circleci/images/primary/Dockerfile
- image: govgo/robotgoci:0.0.2
- image: govgo/robotgoci:1.10.1
working_directory: /go/src/github.com/go-vgo/robotgo
steps:
- checkout

View File

@ -1,4 +1,5 @@
FROM golang:1.10.1
# FROM golang:1.10.1
FROM govgo/go:1.10.1
RUN apt-get update
# customize dependencies