Skip to content

Commit cb6f665

Browse files
authored
Merge pull request #4975 from thaJeztah/mod_tidy
Makefile: run "go mod tidy" when vendoring
2 parents c28533c + 6c69cd5 commit cb6f665

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ root-coverage: ## generate coverage profiles for unit tests that require root
376376

377377
vendor:
378378
@echo "$(WHALE) $@"
379+
@go mod tidy
379380
@go mod vendor
380381

381382
help: ## this help

0 commit comments

Comments
 (0)