Skip to content

Commit fad37b1

Browse files
authored
Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#13212)
1 parent add38db commit fad37b1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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/[email protected].3
82+
go install -mod=mod github.com/onsi/ginkgo/v2/[email protected].4
8383
find / -type f -name ginkgo 2>/dev/null
8484
which ginkgo
8585
/bin/bash -c "${FLAGS}"

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.23.3 \
47+
--build-arg GINKGO_VERSION=2.23.4 \
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/[email protected].3
81+
go install github.com/onsi/ginkgo/v2/[email protected].4
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/[email protected].3
98+
go install github.com/onsi/ginkgo/v2/[email protected].4
9999
fi
100100

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

0 commit comments

Comments
 (0)