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 /.github/workflows | |
| parent | compatibility modification (diff) | |
| download | kubeedge-d2ee1b664e64c592dae2a08f1b959466cca7d8ba.tar.gz | |
update ginkgo version v2
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9027bcdab..c61bef93b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ on: env: CONTAINER_RUN_OPTIONS: " " - GINKGO_VERSION: "v1.16.4" + GINKGO_VERSION: "v2.6.0" jobs: lint: @@ -129,7 +129,7 @@ jobs: - name: Install dependences run: | - command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@${{ env.GINKGO_VERSION }} + command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} - name: Checkout code uses: actions/checkout@v3 @@ -194,7 +194,7 @@ jobs: - name: Install dependences run: | - command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@${{ env.GINKGO_VERSION }} + command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} go install sigs.k8s.io/kind@v0.14.0 curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.24.14/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl @@ -254,7 +254,7 @@ jobs: - name: Install dependences run: | - command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@${{ env.GINKGO_VERSION }} + command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} go install sigs.k8s.io/kind@v0.14.0 curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.24.14/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl @@ -298,7 +298,7 @@ jobs: - name: Install dependences run: | - command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@${{ env.GINKGO_VERSION }} + command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} go install sigs.k8s.io/kind@v0.17.0 curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.24.14/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl |
