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
|
working_directory: /go/src/github.com/CityOfZion/neo-go
|
||||||
executor: go1_12
|
executor: go1_12
|
||||||
docker:
|
docker:
|
||||||
- image: alpine
|
- image: golang:1-alpine
|
||||||
steps:
|
steps:
|
||||||
- run: apk update && apk add git make curl tar
|
- run: apk update && apk add git make curl tar
|
||||||
- checkout
|
- checkout
|
||||||
|
- gomod
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
- run:
|
- run:
|
||||||
name: Install Docker client
|
name: Install Docker client
|
||||||
|
|
Loading…
Reference in a new issue