File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN curl -Lo setup-envtest.sh https://raw.githubusercontent.com/kubernetes-sigs/
77 mkdir -p /usr/local/kubebuilder/bin && \
88 /bin/bash -c "source setup-envtest.sh && fetch_envtest_tools /usr/local/kubebuilder"
99
10- RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.1 .1 && \
10+ RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.6 .1 && \
1111 go install github.com/onsi/gomega/...
1212
1313COPY entrypoint.sh /home/entrypoint.sh
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 helm version
200200 go version
201201
202- go install github.com/onsi/ginkgo/v2/ginkgo@v2.1.4 && \
202+ go install github.com/onsi/ginkgo/v2/ginkgo@v2.6.1 && \
203203 go install github.com/onsi/gomega/...
204204
205205 # no `long-run`, no `broken` tests. `Long-run` tests run as a separate job
You can’t perform that action at this time.
0 commit comments