mod vendor in build step
This commit is contained in:
parent
b91679a482
commit
cb7f2be4cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user