Skip to content

Commit 8a68bcc

Browse files
authored
Merge pull request #213 from Madhu-1/run-mod-vendor
ci: run go mod vendor
2 parents 791f93e + 161e7ae commit 8a68bcc

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)