Skip to content

Commit c3f453e

Browse files
authored
Tests: Bump Ginkgo to v2.25.1. (#13816)
1 parent 3e3d96d commit c3f453e

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

build/run-in-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/ginkgo@v2.25.0
82+
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.25.1
8383
find / -type f -name ginkgo 2>/dev/null
8484
which ginkgo
8585
/bin/bash -c "${FLAGS}"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/mitchellh/mapstructure v1.5.0
1818
github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
1919
github.com/ncabatoff/process-exporter v0.8.7
20-
github.com/onsi/ginkgo/v2 v2.25.0
20+
github.com/onsi/ginkgo/v2 v2.25.1
2121
github.com/opencontainers/cgroups v0.0.4
2222
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2323
github.com/prometheus/client_golang v1.23.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
166166
github.com/onsi/ginkgo v1.10.2/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
167167
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
168168
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
169-
github.com/onsi/ginkgo/v2 v2.25.0 h1:LJu94oDZUdgnw+GD0Sk/iwG9c5Fnr1vLgMb4FUUwWxE=
170-
github.com/onsi/ginkgo/v2 v2.25.0/go.mod h1:ppTWQ1dh9KM/F1XgpeRqelR+zHVwV81DGRSDnFxK7Sk=
169+
github.com/onsi/ginkgo/v2 v2.25.1 h1:Fwp6crTREKM+oA6Cz4MsO8RhKQzs2/gOIVOUscMAfZY=
170+
github.com/onsi/ginkgo/v2 v2.25.1/go.mod h1:ppTWQ1dh9KM/F1XgpeRqelR+zHVwV81DGRSDnFxK7Sk=
171171
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
172172
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
173173
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=

images/go-grpc-greeter-server/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.6
44

55
require (
66
google.golang.org/grpc v1.75.0
7-
google.golang.org/grpc/examples v0.0.0-20250819210451-fa0d65832080
7+
google.golang.org/grpc/examples v0.0.0-20250821175240-b0bc6dc1ce38
88
)
99

1010
require (

images/go-grpc-greeter-server/rootfs/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c h1:
3232
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c/go.mod h1:gw1tLEfykwDz2ET4a12jcXt4couGAm7IwsVaTy0Sflo=
3333
google.golang.org/grpc v1.75.0 h1:+TW+dqTd2Biwe6KKfhE5JpiYIBWq865PhKGSXiivqt4=
3434
google.golang.org/grpc v1.75.0/go.mod h1:JtPAzKiq4v1xcAB2hydNlWI2RnF85XXcV0mhKXr2ecQ=
35-
google.golang.org/grpc/examples v0.0.0-20250819210451-fa0d65832080 h1:jZaVOi2uEp57gZgkBoSccm8C//UmxGUvg3CXAHIR2pI=
36-
google.golang.org/grpc/examples v0.0.0-20250819210451-fa0d65832080/go.mod h1:DCV/pPaCAjP8t014alob5c5bWqurbKmciK7h44GNQM8=
35+
google.golang.org/grpc/examples v0.0.0-20250821175240-b0bc6dc1ce38 h1:g/x3Nv2ImXre2VZPlj3LqrVd5JB461jSQo1Pg/qh7cw=
36+
google.golang.org/grpc/examples v0.0.0-20250821175240-b0bc6dc1ce38/go.mod h1:DCV/pPaCAjP8t014alob5c5bWqurbKmciK7h44GNQM8=
3737
google.golang.org/protobuf v1.36.8 h1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc=
3838
google.golang.org/protobuf v1.36.8/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU=

images/kube-webhook-certgen/rootfs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3232
github.com/modern-go/reflect2 v1.0.2 // indirect
3333
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
34-
github.com/onsi/ginkgo/v2 v2.25.0 // indirect
34+
github.com/onsi/ginkgo/v2 v2.25.1 // indirect
3535
github.com/onsi/gomega v1.37.0 // indirect
3636
github.com/spf13/pflag v1.0.7 // indirect
3737
github.com/x448/float16 v0.8.4 // indirect

images/kube-webhook-certgen/rootfs/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
5454
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
5555
github.com/onrik/logrus v0.11.0 h1:pu+BCaWL36t0yQaj/2UHK2erf88dwssAKOT51mxPUVs=
5656
github.com/onrik/logrus v0.11.0/go.mod h1:fO2vlZwIdti6PidD3gV5YKt9Lq5ptpnP293RAe1ITwk=
57-
github.com/onsi/ginkgo/v2 v2.25.0 h1:LJu94oDZUdgnw+GD0Sk/iwG9c5Fnr1vLgMb4FUUwWxE=
58-
github.com/onsi/ginkgo/v2 v2.25.0/go.mod h1:ppTWQ1dh9KM/F1XgpeRqelR+zHVwV81DGRSDnFxK7Sk=
57+
github.com/onsi/ginkgo/v2 v2.25.1 h1:Fwp6crTREKM+oA6Cz4MsO8RhKQzs2/gOIVOUscMAfZY=
58+
github.com/onsi/ginkgo/v2 v2.25.1/go.mod h1:ppTWQ1dh9KM/F1XgpeRqelR+zHVwV81DGRSDnFxK7Sk=
5959
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
6060
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
6161
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

images/test-runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.14.4 \
47-
--build-arg GINKGO_VERSION=2.25.0 \
47+
--build-arg GINKGO_VERSION=2.25.1 \
4848
--build-arg GOLINT_VERSION=latest \
4949
rootfs \
5050
--tag $(IMAGE):$(TAG) \

test/e2e/run-chart-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fi
7878

7979
if [ "${SKIP_IMAGE_CREATION:-false}" = "false" ]; then
8080
if ! command -v ginkgo &> /dev/null; then
81-
go install github.com/onsi/ginkgo/v2/ginkgo@v2.25.0
81+
go install github.com/onsi/ginkgo/v2/ginkgo@v2.25.1
8282
fi
8383
echo "[dev-env] building image"
8484
make -C ${DIR}/../../ clean-image build image

test/e2e/run-kind-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fi
9595

9696
if [ "${SKIP_E2E_IMAGE_CREATION}" = "false" ]; then
9797
if ! command -v ginkgo &> /dev/null; then
98-
go install github.com/onsi/ginkgo/v2/ginkgo@v2.25.0
98+
go install github.com/onsi/ginkgo/v2/ginkgo@v2.25.1
9999
fi
100100

101101
echo "[dev-env] .. done building controller images"

0 commit comments

Comments
 (0)