Commit 725aa3e 1 parent 3ab3bcd commit 725aa3e Copy full SHA for 725aa3e
File tree 3 files changed +16
-1737
lines changed
3 files changed +16
-1737
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ GINKGO ?= $(LOCALBIN)/ginkgo
183
183
# # Tool Versions
184
184
KUSTOMIZE_VERSION ?= v4.5.2
185
185
CONTROLLER_TOOLS_VERSION ?= v0.11.1
186
- GINKGO_VERSION ?= v2.9.2
186
+ GINKGO_VERSION ?= v2.12.0
187
187
188
188
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
189
189
.PHONY : kustomize
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ require (
62
62
github.com/prometheus/client_model v0.3.0 // indirect
63
63
github.com/prometheus/common v0.42.0 // indirect
64
64
github.com/prometheus/procfs v0.10.1 // indirect
65
+ github.com/rogpeppe/go-internal v1.11.0 // indirect
65
66
github.com/spf13/pflag v1.0.5 // indirect
66
67
go.opencensus.io v0.24.0 // indirect
67
68
go.uber.org/atomic v1.7.0 // indirect
You can’t perform that action at this time.
0 commit comments