summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yaml2
-rw-r--r--.github/workflows/schedule.yml2
-rw-r--r--build/conformance/Dockerfile2
-rw-r--r--build/conformance/nodeconformance.Dockerfile2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index b3733cf4e..28784bc17 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -19,7 +19,7 @@ on:
env:
CONTAINER_RUN_OPTIONS: " "
- GINKGO_VERSION: "v2.6.0"
+ GINKGO_VERSION: "v2.9.5"
jobs:
lint:
diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml
index 9abfbd1fc..243485751 100644
--- a/.github/workflows/schedule.yml
+++ b/.github/workflows/schedule.yml
@@ -7,7 +7,7 @@ on:
env:
CONTAINER_RUN_OPTIONS: " "
- GINKGO_VERSION: "v2.6.0"
+ GINKGO_VERSION: "v2.9.5"
jobs:
lint:
diff --git a/build/conformance/Dockerfile b/build/conformance/Dockerfile
index 6a1bd3030..3aa7600df 100644
--- a/build/conformance/Dockerfile
+++ b/build/conformance/Dockerfile
@@ -16,7 +16,7 @@ FROM golang:1.20.10-alpine3.18 AS builder
ARG GO_LDFLAGS
-RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.6.0
+RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.5
COPY . /go/src/github.com/kubeedge/kubeedge
diff --git a/build/conformance/nodeconformance.Dockerfile b/build/conformance/nodeconformance.Dockerfile
index 82fbab51e..d50b59afc 100644
--- a/build/conformance/nodeconformance.Dockerfile
+++ b/build/conformance/nodeconformance.Dockerfile
@@ -16,7 +16,7 @@ FROM golang:1.20.10-alpine3.18 AS builder
ARG GO_LDFLAGS
-RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.6.0
+RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.5
COPY . /go/src/github.com/kubeedge/kubeedge