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 image: golang:1.14
commands: commands:
- go get github.com/mitchellh/gox - go get github.com/mitchellh/gox
- go mod vendor
- make build - make build
- name: docker - name: docker
image: plugins/docker image: plugins/docker