Updated Docker image for build job

This commit is contained in:
Peter 2019-04-20 00:36:50 +02:00
parent ace0485fb6
commit afa47a19e3
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: golang:1.12-alpine - image: circleci/golang:1.12
steps: steps:
- checkout - checkout
- run: make compile - run: make compile