File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ RELEASE_NOTES_VER := v0.11.0
8787RELEASE_NOTES_BIN := release-notes
8888RELEASE_NOTES := $(TOOLS_BIN_DIR ) /$(RELEASE_NOTES_BIN ) -$(RELEASE_NOTES_VER )
8989
90- GINKGO_VER := v2.12.0
90+ GINKGO_VER := v2.12.1
9191GINKGO_BIN := ginkgo
9292GINKGO := $(TOOLS_BIN_DIR ) /$(GINKGO_BIN ) -$(GINKGO_VER )
9393GINKGO_PKG := github.com/onsi/ginkgo/v2/ginkgo
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/go-logr/logr v1.2.4
1313 github.com/google/go-cmp v0.5.9
1414 github.com/googleapis/gax-go/v2 v2.12.0
15- github.com/onsi/ginkgo/v2 v2.12.0
15+ github.com/onsi/ginkgo/v2 v2.12.1
1616 github.com/onsi/gomega v1.27.10
1717 github.com/pkg/errors v0.9.1
1818 github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -374,8 +374,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8m
374374github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 /go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U =
375375github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
376376github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
377- github.com/onsi/ginkgo/v2 v2.12.0 h1:UIVDowFPwpg6yMUpPjGkYvf06K3RAiJXUhCxEwQVHRI =
378- github.com/onsi/ginkgo/v2 v2.12.0 /go.mod h1:ZNEzXISYlqpb8S36iN71ifqLi3vVD1rVJGvWRCJOUpQ =
377+ github.com/onsi/ginkgo/v2 v2.12.1 h1:uHNEO1RP2SpuZApSkel9nEh1/Mu+hmQe7Q+Pepg5OYA =
378+ github.com/onsi/ginkgo/v2 v2.12.1 /go.mod h1:TE309ZR8s5FsKKpuB1YAQYBzCaAfUgatB/xlT/ETL/o =
379379github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI =
380380github.com/onsi/gomega v1.27.10 /go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M =
381381github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
You can’t perform that action at this time.
0 commit comments