From 92899cc621225822b832280140672ff389ff6193 Mon Sep 17 00:00:00 2001 From: KillianG Date: Wed, 30 Oct 2024 17:05:47 +0100 Subject: [PATCH] Update ginkgo installation command in tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4ada97aca..5b1deda17 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -76,7 +76,7 @@ jobs: cache-dependency-path: bucket-scanner/go.sum - name: Install ginkgo - run: go install github.com/onsi/ginkgo@${GINKGO_VERSION} + run: go install github.com/onsi/ginkgo/v2@${GINKGO_VERSION} - name: Run bucket scanner unit tests run: >-