Skip to content

Commit 54de755

Browse files
authored
test(deps): bump Ginkgo to version 2.22.2 (#4354)
1 parent 6b135f0 commit 54de755

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ TEST_TO_RUN?=./...
5555
TEST_V?=-v
5656
##@ Test
5757
unit-tests: ## Run unit tests
58-
@go install github.com/onsi/ginkgo/v2/ginkgo@v2.22.1
58+
# As long as we have a dependency to Ginko in the main module,
59+
# the following command should pick up the correct version from go.mod.
60+
@go install github.com/onsi/ginkgo/v2/ginkgo
5961
# This tool doesn't have releases - it also is only a shim
6062
@go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
6163
KUBEBUILDER_ASSETS=$$(setup-envtest use -p path 1.32.0) CGO_ENABLED=0 ginkgo $(TEST_V) -tags unittest $(TEST_TO_RUN)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
3636
github.com/minio/minio-go/v7 v7.0.82
3737
github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25
38-
github.com/onsi/ginkgo/v2 v2.22.1
38+
github.com/onsi/ginkgo/v2 v2.22.2
3939
github.com/onsi/gomega v1.36.2
4040
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
4141
github.com/slok/go-http-metrics v0.13.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N
339339
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
340340
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
341341
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
342-
github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM=
343-
github.com/onsi/ginkgo/v2 v2.22.1/go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM=
342+
github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU=
343+
github.com/onsi/ginkgo/v2 v2.22.2/go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk=
344344
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
345345
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
346346
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=

0 commit comments

Comments
 (0)