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
7979 echo " ..reached DIND check TRUE block, inside run-in-docker.sh"
8080 echo " FLAGS=$FLAGS "
8181 # 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 8383 find / -type f -name ginkgo 2> /dev/null
8484 which ginkgo
8585 /bin/bash -c " ${FLAGS} "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/mitchellh/mapstructure v1.5.0
1717 github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
1818 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
2020 github.com/opencontainers/cgroups v0.0.4
2121 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2222 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
189189github.com/onsi/ginkgo v1.10.2 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
190190github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE =
191191github.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 =
194194github.com/onsi/gomega v1.7.0 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
195195github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A =
196196github.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 (
4141 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4242 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4343 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
4545 github.com/onsi/gomega v1.38.2 // indirect
4646 github.com/spf13/pflag v1.0.10 // indirect
4747 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
7676github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
7777github.com/onrik/logrus v0.11.0 h1:pu+BCaWL36t0yQaj/2UHK2erf88dwssAKOT51mxPUVs =
7878github.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 =
8181github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A =
8282github.com/onsi/gomega v1.38.2 /go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k =
8383github.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
4444 --build-arg YAML_LINT_VERSION=1.33.0 \
4545 --build-arg YAMALE_VERSION=4.0.4 \
4646 --build-arg HELM_VERSION=3.18.6 \
47- --build-arg GINKGO_VERSION=2.25.2 \
47+ --build-arg GINKGO_VERSION=2.25.3 \
4848 --build-arg GOLINT_VERSION=latest \
4949 rootfs \
5050 --tag $(IMAGE ) :$(TAG ) \
Original file line number Diff line number Diff line change 7878
7979if [ " ${SKIP_IMAGE_CREATION:- false} " = " false" ]; then
8080 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 8282 fi
8383 echo " [dev-env] building image"
8484 make -C ${DIR} /../../ clean-image build image
Original file line number Diff line number Diff line change 9595
9696if [ " ${SKIP_E2E_IMAGE_CREATION} " = " false" ]; then
9797 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 9999 fi
100100
101101 echo " [dev-env] .. done building controller images"
You can’t perform that action at this time.
0 commit comments