Skip to content

Commit 725aa3e

Browse files
authored
chore: update ginkgo cli version to 2.12.0 (#244)
1 parent 3ab3bcd commit 725aa3e

File tree

3 files changed

+16
-1737
lines changed

3 files changed

+16
-1737
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ GINKGO ?= $(LOCALBIN)/ginkgo
183183
## Tool Versions
184184
KUSTOMIZE_VERSION ?= v4.5.2
185185
CONTROLLER_TOOLS_VERSION ?= v0.11.1
186-
GINKGO_VERSION ?= v2.9.2
186+
GINKGO_VERSION ?= v2.12.0
187187

188188
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
189189
.PHONY: kustomize

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ require (
6262
github.com/prometheus/client_model v0.3.0 // indirect
6363
github.com/prometheus/common v0.42.0 // indirect
6464
github.com/prometheus/procfs v0.10.1 // indirect
65+
github.com/rogpeppe/go-internal v1.11.0 // indirect
6566
github.com/spf13/pflag v1.0.5 // indirect
6667
go.opencensus.io v0.24.0 // indirect
6768
go.uber.org/atomic v1.7.0 // indirect

0 commit comments

Comments
 (0)