Skip to content

Commit bddeefb

Browse files
authored
Fix ginkgo warnings (#818)
1 parent 6af8055 commit bddeefb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/int-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1313
COPY entrypoint.sh /home/entrypoint.sh

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)