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