Skip to content

Commit 4daf86b

Browse files
committed
bump ginkgo version to v2.27.2
Signed-off-by: Chengwei Guo <[email protected]>
1 parent 5f11733 commit 4daf86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller
215215
#ENVTEST_K8S_VERSION is the version of Kubernetes to use for setting up ENVTEST binaries (i.e. 1.31)
216216
ENVTEST_K8S_VERSION ?= $(shell go list -m -f "{{ .Version }}" k8s.io/api | awk -F'[v.]' '{printf "1.%d", $$3}')
217217
GOLANGCI_LINT_VERSION ?= v2.1.0
218-
GINKGO_VERSION ?= v2.23.4
218+
GINKGO_VERSION ?= v2.27.2
219219
CODE_GENERATOR_VERSION ?= v0.32.3
220220
KIND_VERSION ?= v0.17.0
221221

0 commit comments

Comments
 (0)