[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pin Ginkgo version in CI #38

Merged
merged 2 commits into from
Sep 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove go get
Signed-off-by: Navendu Pottekkat <navendu@apache.org>
  • Loading branch information
pottekkat committed Sep 15, 2023
commit 409d30dcc18195ef06d8d4b162960fe98194fa29
1 change: 0 additions & 1 deletion .github/workflows/cli_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:

- name: Install ginkgo
run: |
go get github.com/onsi/ginkgo/v2@v2.11.0
go install github.com/onsi/ginkgo/v2/ginkgo
sudo cp ~/go/bin/ginkgo /usr/local/bin

Expand Down