File tree 3 files changed +6
-4
lines changed 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ TEST_TO_RUN?=./...
55
55
TEST_V? =-v
56
56
# #@ Test
57
57
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
59
61
# This tool doesn't have releases - it also is only a shim
60
62
@go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
61
63
KUBEBUILDER_ASSETS=$$(setup-envtest use -p path 1.32.0 ) CGO_ENABLED=0 ginkgo $(TEST_V ) -tags unittest $(TEST_TO_RUN )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ require (
35
35
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
36
36
github.com/minio/minio-go/v7 v7.0.82
37
37
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
39
39
github.com/onsi/gomega v1.36.2
40
40
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
41
41
github.com/slok/go-http-metrics v0.13.0
Original file line number Diff line number Diff line change @@ -339,8 +339,8 @@ github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N
339
339
github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
340
340
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE =
341
341
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 =
344
344
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8 =
345
345
github.com/onsi/gomega v1.36.2 /go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY =
346
346
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8 =
You can’t perform that action at this time.
0 commit comments