diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-09-11 10:26:07 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-09-11 10:26:07 +0800 |
| commit | d2ee1b664e64c592dae2a08f1b959466cca7d8ba (patch) | |
| tree | 187f5ffae6f8d27a569079ab12d56e5c590332ed /build | |
| parent | compatibility modification (diff) | |
| download | kubeedge-d2ee1b664e64c592dae2a08f1b959466cca7d8ba.tar.gz | |
update ginkgo version v2
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 d09a7c911..f9b2df8cd 100644 --- a/build/conformance/Dockerfile +++ b/build/conformance/Dockerfile @@ -16,7 +16,7 @@ FROM golang:1.19.12-alpine3.17 AS builder ARG GO_LDFLAGS
-RUN go install github.com/onsi/ginkgo/ginkgo@v1.16.5
+RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.6.0
COPY . /go/src/github.com/kubeedge/kubeedge
diff --git a/build/conformance/nodeconformance.Dockerfile b/build/conformance/nodeconformance.Dockerfile index e0caf0012..f9b8cab24 100644 --- a/build/conformance/nodeconformance.Dockerfile +++ b/build/conformance/nodeconformance.Dockerfile @@ -16,7 +16,7 @@ FROM golang:1.19.12-alpine3.17 AS builder ARG GO_LDFLAGS -RUN go install github.com/onsi/ginkgo/ginkgo@v1.16.5 +RUN go install github.com/onsi/ginkgo/v2/ginkgo@v2.6.0 COPY . /go/src/github.com/kubeedge/kubeedge |
