mod vendor in build step

This commit is contained in:
Marvin Steadfast 2020-03-31 11:08:51 +02:00
parent b91679a482
commit cb7f2be4cf

View File

@ -16,6 +16,7 @@ steps:
image: golang:1.14
commands:
- go get github.com/mitchellh/gox
- go mod vendor
- make build
- name: docker
image: plugins/docker