forked from TrueCloudLab/neoneo-go
CI: step build_image should use golang:1-alpine
- restoring dependencies - make `deps` requires golang installed
This commit is contained in:
parent
3994d1a943
commit
ab4a0e1b2c
1 changed files with 2 additions and 1 deletions
|
@ -82,10 +82,11 @@ jobs:
|
|||
working_directory: /go/src/github.com/CityOfZion/neo-go
|
||||
executor: go1_12
|
||||
docker:
|
||||
- image: alpine
|
||||
- image: golang:1-alpine
|
||||
steps:
|
||||
- run: apk update && apk add git make curl tar
|
||||
- checkout
|
||||
- gomod
|
||||
- setup_remote_docker
|
||||
- run:
|
||||
name: Install Docker client
|
||||
|
|
Loading…
Reference in a new issue