Skip to content

Commit

Permalink
Sync EnvTest version with k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
gibizer committed Feb 15, 2024
1 parent 5dcac51 commit 90181d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GINKGO ?= $(LOCALBIN)/ginkgo
CONTROLLER_TOOLS_VERSION ?= v0.11.1

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.25
ENVTEST_K8S_VERSION = 1.28

# Number of CPUs to be allocacted for testing
PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)
Expand Down

0 comments on commit 90181d3

Please sign in to comment.