summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9663e8b6dd..7af41ab74b 100644
--- a/Makefile
+++ b/Makefile
@@ -301,7 +301,7 @@ unit-test-coverage:
.PHONY: vendor
vendor:
- $(GO) mod tidy && $(GO) mod vendor
+ $(GO) mod tidy && TAGS="$(TAGS) vendor" $(GO) mod vendor
.PHONY: test-vendor
test-vendor: vendor