Skip to content

Commit

Permalink
ci: update ginkgo version to 2.12.0 (apache#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangfucheng authored Sep 15, 2023
1 parent fc6404e commit 43444f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci-v2-cron-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:

- name: Install ginkgo
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.0
go install github.com/onsi/ginkgo/v2/ginkgo@v2.12.0
sudo cp ~/go/bin/ginkgo /usr/local/bin
- name: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci-v2-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:

- name: Install ginkgo
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.2
go install github.com/onsi/ginkgo/v2/ginkgo@v2.12.0
sudo cp ~/go/bin/ginkgo /usr/local/bin
- name: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:

- name: Install ginkgo
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.2
go install github.com/onsi/ginkgo/v2/ginkgo@v2.12.0
sudo cp ~/go/bin/ginkgo /usr/local/bin
- name: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s-timer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Install ginkgo
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.2
go install github.com/onsi/ginkgo/v2/ginkgo@v2.12.0
sudo cp ~/go/bin/ginkgo /usr/local/bin
- name: cache
Expand Down

0 comments on commit 43444f8

Please sign in to comment.