Skip to content

Commit 103fdb6

Browse files
committed
Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.4 (#415) - complete the bump by changing UTs to use new version
Signed-off-by: Ariel Kass <[email protected]>
1 parent 81f73ae commit 103fdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/Dockerfile.unittest

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV GO111MODULE=on \
2020
ENV IBMBlockCSI_CR_YAML=$WORKDIR/config/samples/csi.ibm.com_v1_ibmblockcsi_cr.yaml \
2121
HostDefiner_CR_YAML=$WORKDIR/config/samples/csi_v1_hostdefiner_cr.yaml
2222
WORKDIR $WORKDIR
23-
RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.22.2 \
23+
RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.23.4 \
2424
&& go install sigs.k8s.io/controller-runtime/tools/[email protected]
2525
COPY Makefile .
2626

0 commit comments

Comments
 (0)