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

View File

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