File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
kube-webhook-certgen/rootfs Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ if [[ "$DOCKER_IN_DOCKER_ENABLED" == "true" ]]; then
79
79
echo " ..reached DIND check TRUE block, inside run-in-docker.sh"
80
80
echo " FLAGS=$FLAGS "
81
81
# go env
82
- go install -mod=mod github.com/onsi/ginkgo/v2/
[email protected] .
2
82
+ go install -mod=mod github.com/onsi/ginkgo/v2/
[email protected] .
3
83
83
find / -type f -name ginkgo 2> /dev/null
84
84
which ginkgo
85
85
/bin/bash -c " ${FLAGS} "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/mitchellh/mapstructure v1.5.0
17
17
github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
18
18
github.com/ncabatoff/process-exporter v0.8.7
19
- github.com/onsi/ginkgo/v2 v2.25.2
19
+ github.com/onsi/ginkgo/v2 v2.25.3
20
20
github.com/opencontainers/cgroups v0.0.4
21
21
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
22
22
github.com/prometheus/client_golang v1.23.1
Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
189
189
github.com/onsi/ginkgo v1.10.2 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
190
190
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE =
191
191
github.com/onsi/ginkgo v1.16.5 /go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU =
192
- github.com/onsi/ginkgo/v2 v2.25.2 h1:hepmgwx1D+llZleKQDMEvy8vIlCxMGt7W5ZxDjIEhsw =
193
- github.com/onsi/ginkgo/v2 v2.25.2 /go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE =
192
+ github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw =
193
+ github.com/onsi/ginkgo/v2 v2.25.3 /go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE =
194
194
github.com/onsi/gomega v1.7.0 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
195
195
github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A =
196
196
github.com/onsi/gomega v1.38.2 /go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k =
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ require (
41
41
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
42
42
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
43
43
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
44
- github.com/onsi/ginkgo/v2 v2.25.2 // indirect
44
+ github.com/onsi/ginkgo/v2 v2.25.3 // indirect
45
45
github.com/onsi/gomega v1.38.2 // indirect
46
46
github.com/spf13/pflag v1.0.10 // indirect
47
47
github.com/x448/float16 v0.8.4 // indirect
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
76
76
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
77
77
github.com/onrik/logrus v0.11.0 h1:pu+BCaWL36t0yQaj/2UHK2erf88dwssAKOT51mxPUVs =
78
78
github.com/onrik/logrus v0.11.0 /go.mod h1:fO2vlZwIdti6PidD3gV5YKt9Lq5ptpnP293RAe1ITwk =
79
- github.com/onsi/ginkgo/v2 v2.25.2 h1:hepmgwx1D+llZleKQDMEvy8vIlCxMGt7W5ZxDjIEhsw =
80
- github.com/onsi/ginkgo/v2 v2.25.2 /go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE =
79
+ github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw =
80
+ github.com/onsi/ginkgo/v2 v2.25.3 /go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE =
81
81
github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A =
82
82
github.com/onsi/gomega v1.38.2 /go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k =
83
83
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ build: builder
44
44
--build-arg YAML_LINT_VERSION=1.33.0 \
45
45
--build-arg YAMALE_VERSION=4.0.4 \
46
46
--build-arg HELM_VERSION=3.18.6 \
47
- --build-arg GINKGO_VERSION=2.25.2 \
47
+ --build-arg GINKGO_VERSION=2.25.3 \
48
48
--build-arg GOLINT_VERSION=latest \
49
49
rootfs \
50
50
--tag $(IMAGE ) :$(TAG ) \
Original file line number Diff line number Diff line change 78
78
79
79
if [ " ${SKIP_IMAGE_CREATION:- false} " = " false" ]; then
80
80
if ! command -v ginkgo & > /dev/null; then
81
- go install github.com/onsi/ginkgo/v2/
[email protected] .
2
81
+ go install github.com/onsi/ginkgo/v2/
[email protected] .
3
82
82
fi
83
83
echo " [dev-env] building image"
84
84
make -C ${DIR} /../../ clean-image build image
Original file line number Diff line number Diff line change 95
95
96
96
if [ " ${SKIP_E2E_IMAGE_CREATION} " = " false" ]; then
97
97
if ! command -v ginkgo & > /dev/null; then
98
- go install github.com/onsi/ginkgo/v2/
[email protected] .
2
98
+ go install github.com/onsi/ginkgo/v2/
[email protected] .
3
99
99
fi
100
100
101
101
echo " [dev-env] .. done building controller images"
You can’t perform that action at this time.
0 commit comments