Skip to content

Commit c0a4a13

Browse files
committed
chore(deps): Update ginkgo from 2.23.4 to 2.27.2
1 parent 92c3543 commit c0a4a13

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
@@ -216,7 +216,7 @@ ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller
216216
#ENVTEST_K8S_VERSION is the version of Kubernetes to use for setting up ENVTEST binaries (i.e. 1.31)
217217
ENVTEST_K8S_VERSION ?= $(shell go list -m -f "{{ .Version }}" k8s.io/api | awk -F'[v.]' '{printf "1.%d", $$3}')
218218
GOLANGCI_LINT_VERSION ?= v2.1.0
219-
GINKGO_VERSION ?= v2.23.4
219+
GINKGO_VERSION ?= v2.27.2
220220
CODE_GENERATOR_VERSION ?= v0.32.3
221221
KIND_VERSION ?= v0.17.0
222222

0 commit comments

Comments
 (0)