We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f73ae commit 103fdb6Copy full SHA for 103fdb6
build/ci/Dockerfile.unittest
@@ -20,7 +20,7 @@ ENV GO111MODULE=on \
20
ENV IBMBlockCSI_CR_YAML=$WORKDIR/config/samples/csi.ibm.com_v1_ibmblockcsi_cr.yaml \
21
HostDefiner_CR_YAML=$WORKDIR/config/samples/csi_v1_hostdefiner_cr.yaml
22
WORKDIR $WORKDIR
23
-RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.22.2 \
+RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.23.4 \
24
&& go install sigs.k8s.io/controller-runtime/tools/[email protected]
25
COPY Makefile .
26
0 commit comments