Skip to content

Commit 827b304

Browse files
authored
Makefile: remove unused ENVTEST_K8S_VERSION variable (#117)
1 parent 13ea200 commit 827b304

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ IMG?=$(IMAGE_REPO):$(IMAGE_TAG)
1212
OPERATOR_CONTROLLER_NAMESPACE ?= operator-controller-system
1313
KIND_CLUSTER_NAME ?= operator-controller
1414

15-
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
16-
ENVTEST_K8S_VERSION = 1.25.0
17-
1815
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
1916
ifeq (,$(shell go env GOBIN))
2017
GOBIN=$(shell go env GOPATH)/bin

0 commit comments

Comments
 (0)