mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 07:33:55 +00:00
use custom go image
This commit is contained in:
parent
120777342c
commit
62a2472ed1
@ -4,7 +4,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
# using custom image, see .circleci/images/primary/Dockerfile
|
# 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
|
working_directory: /go/src/github.com/go-vgo/robotgo
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- 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
|
RUN apt-get update
|
||||||
# customize dependencies
|
# customize dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user