We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b659c + dcea177 commit f85c7baCopy full SHA for f85c7ba
Makefile
@@ -20,8 +20,8 @@ IMAGE_TAG ?= "dev"
20
SPECIFIC_UNIT_TEST := $(if $(TEST),-run $(TEST),)
21
LOCAL_NAMESPACE := "olm"
22
export GO111MODULE=on
23
-CONTROLLER_GEN := go run -mod=vendor ./vendor/sigs.k8s.io/controller-tools/cmd/controller-gen
24
-YQ_INTERNAL := go run ./vendor/github.com/mikefarah/yq/v2/
+CONTROLLER_GEN := go run $(MOD_FLAGS) ./vendor/sigs.k8s.io/controller-tools/cmd/controller-gen
+YQ_INTERNAL := go run $(MOD_FLAGS) ./vendor/github.com/mikefarah/yq/v2/
25
26
# ART builds are performed in dist-git, with content (but not commits) copied
27
# from the source repo. Thus at build time if your code is inspecting the local
0 commit comments