diff options
| author | wackxu <xushiwei5@huawei.com> | 2022-11-10 10:02:02 +0800 |
|---|---|---|
| committer | wackxu <xushiwei5@huawei.com> | 2023-01-14 17:42:48 +0800 |
| commit | 2d238d1e9abc76712a128abeff817eafc8550933 (patch) | |
| tree | b0a87df524e7d31c1e235dc541b235df983a6d2a /.github | |
| parent | Merge pull request #4282 from vincentgoat/localup (diff) | |
| download | kubeedge-2d238d1e9abc76712a128abeff817eafc8550933.tar.gz | |
revert ginkgo to v1
Signed-off-by: wackxu <xushiwei5@huawei.com>
Diffstat (limited to '.github')
| -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 e5d842c5f..92874870c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ on: env: CONTAINER_RUN_OPTIONS: " " - GINKGO_VERSION: "v2.1.4" + GINKGO_VERSION: "v1.16.4" jobs: lint: @@ -129,7 +129,7 @@ jobs: - name: Install dependences run: | - command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} + command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@${{ env.GINKGO_VERSION }} - name: Checkout code uses: actions/checkout@v3 @@ -181,7 +181,7 @@ jobs: - name: Install dependences run: | - command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} + command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@${{ env.GINKGO_VERSION }} go install sigs.k8s.io/kind@v0.11.1 curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.22.6/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl @@ -240,7 +240,7 @@ jobs: - name: Install dependences run: | - command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} + command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@${{ env.GINKGO_VERSION }} go install sigs.k8s.io/kind@v0.11.1 curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.22.6/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl @@ -280,7 +280,7 @@ jobs: - name: Install dependences run: | - command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} + command -v ginkgo || go install github.com/onsi/ginkgo/ginkgo@${{ env.GINKGO_VERSION }} go install sigs.k8s.io/kind@v0.11.1 curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.22.6/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl |
