Dependency validation enforce
Signed-off-by: Olivier Gambier <olivier@docker.com>
This commit is contained in:
parent
53e3c1d7b2
commit
59401e277b
3 changed files with 17 additions and 40 deletions
|
@ -49,6 +49,10 @@ test:
|
|||
# - gvm use old && go version
|
||||
- gvm use stable && go version
|
||||
|
||||
# Ensure validation of dependencies
|
||||
- gvm use stable && make dep-validate:
|
||||
pwd: $BASE_STABLE
|
||||
|
||||
# First thing: build everything. This will catch compile errors, and it's
|
||||
# also necessary for go vet to work properly (see #807).
|
||||
- gvm use stable && godep go install $(go list ./... | grep -v "/vendor/"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue