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 f690ccd + 758763d commit 201c8aaCopy full SHA for 201c8aa
Makefile
@@ -4,7 +4,7 @@
4
5
SHELL := /bin/bash
6
PKG := github.com/operator-framework/operator-lifecycle-manager
7
-MOD_FLAGS := $(shell (go version | grep -q -E "1\.(11|12)") && echo -mod=vendor)
+MOD_FLAGS := $(shell (go version | grep -q -E "1\.1[1-9]") && echo -mod=vendor)
8
CMDS := $(shell go list $(MOD_FLAGS) ./cmd/...)
9
TCMDS := $(shell go list $(MOD_FLAGS) ./test/e2e/...)
10
CODEGEN_INTERNAL := ./vendor/k8s.io/code-generator/generate_internal_groups.sh
0 commit comments