Updated Docker image for build job
This commit is contained in:
parent
ace0485fb6
commit
afa47a19e3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: golang:1.12-alpine
|
||||
- image: circleci/golang:1.12
|
||||
steps:
|
||||
- checkout
|
||||
- run: make compile
|
||||
|
|
Loading…
Reference in a new issue