summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-11-16 17:23:50 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-11-20 11:06:34 +0800
commitefd5e1a34a9fb6f6d60e6ab5048e243213c2e889 (patch)
tree1a82c68ba7c6220afd348c2072052f94c92193bc /build
parentbump ginkgo version to 2.9.1 (diff)
downloadkubeedge-efd5e1a34a9fb6f6d60e6ab5048e243213c2e889.tar.gz
update ginkgo tool version to v2.9.5
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'build')
-rw-r--r--build/conformance/Dockerfile2
-rw-r--r--build/conformance/nodeconformance.Dockerfile2
2 files changed, 2 insertions, 2 deletions
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