fix: circleci config format

This commit is contained in:
Kevin Davis 2019-10-15 13:03:14 -04:00
parent 70c9171e77
commit 4260891bcd

View File

@ -1,5 +1,4 @@
version 2.1
version: 2.1
executors:
golang:
docker:
@ -26,7 +25,7 @@ commands:
- go-mod-v2-{{ checksum "go.sum" }}
- run:
name: << parameters.description >>
cammnd: |
command: |
make << parameters.target >>
jobs: