run vendor
This commit is contained in:
parent
0fad818b82
commit
1261eca7d6
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ when:
|
|||
- event: [push, pull_request, manual]
|
||||
|
||||
steps:
|
||||
- name: vendor
|
||||
image: *golang_image
|
||||
commands:
|
||||
- go mod vendor
|
||||
|
||||
- name: vet
|
||||
image: *golang_image
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue