CI: step build_image should use golang:1-alpine

- restoring dependencies
- make `deps` requires golang installed
This commit is contained in:
Evgeniy Kulikov 2019-11-15 21:18:09 +03:00
parent 3994d1a943
commit ab4a0e1b2c
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -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