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.
1 parent 92c3543 commit c0a4a13Copy full SHA for c0a4a13
Makefile
@@ -216,7 +216,7 @@ ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller
216
#ENVTEST_K8S_VERSION is the version of Kubernetes to use for setting up ENVTEST binaries (i.e. 1.31)
217
ENVTEST_K8S_VERSION ?= $(shell go list -m -f "{{ .Version }}" k8s.io/api | awk -F'[v.]' '{printf "1.%d", $$3}')
218
GOLANGCI_LINT_VERSION ?= v2.1.0
219
-GINKGO_VERSION ?= v2.23.4
+GINKGO_VERSION ?= v2.27.2
220
CODE_GENERATOR_VERSION ?= v0.32.3
221
KIND_VERSION ?= v0.17.0
222
0 commit comments