Skip to content

Commit

Permalink
Merge pull request #4975 from thaJeztah/mod_tidy
Browse files Browse the repository at this point in the history
Makefile: run "go mod tidy" when vendoring
  • Loading branch information
estesp committed Jan 27, 2021
2 parents c28533c + 6c69cd5 commit cb6f665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit cb6f665

Please sign in to comment.