Skip to content

Commit 161e7ae

Browse files
committed
ci: run go mod vendor
run go mod vendor as part of the check to ensure the vendor is up to date. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 791f93e commit 161e7ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ vet: ## Run go vet against code.
114114

115115
.PHONY: mod.check
116116
mod.check:#check go module dependencies
117+
@echo 'running "go mod vendor"'
118+
@go mod vendor
117119
@echo 'running "go mod verify"'
118120
@go mod verify
119121
@echo 'checking for modified files.'

0 commit comments

Comments
 (0)