Merge pull request #4975 from thaJeztah/mod_tidy

Makefile: run "go mod tidy" when vendoring
This commit is contained in:
Phil Estes 2021-01-27 11:31:13 -05:00 committed by GitHub
commit cb6f665040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -376,6 +376,7 @@ root-coverage: ## generate coverage profiles for unit tests that require root
vendor: vendor:
@echo "$(WHALE) $@" @echo "$(WHALE) $@"
@go mod tidy
@go mod vendor @go mod vendor
help: ## this help help: ## this help