diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-16 17:23:50 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-20 11:06:34 +0800 |
| commit | efd5e1a34a9fb6f6d60e6ab5048e243213c2e889 (patch) | |
| tree | 1a82c68ba7c6220afd348c2072052f94c92193bc /build | |
| parent | bump ginkgo version to 2.9.1 (diff) | |
| download | kubeedge-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/Dockerfile | 2 | ||||
| -rw-r--r-- | build/conformance/nodeconformance.Dockerfile | 2 |
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 |
