mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
use custom go image
This commit is contained in:
parent
120777342c
commit
62a2472ed1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user