From 33e619c136ae78fca86162b546c004d2405952d9 Mon Sep 17 00:00:00 2001 From: Ryan Old Date: Sat, 22 Feb 2025 12:16:40 -0800 Subject: [PATCH] Fixing build failure --- ci/cloudbuild/run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cloudbuild/run-tests.yaml b/ci/cloudbuild/run-tests.yaml index ff57e0fffb7..2a0113cb93c 100644 --- a/ci/cloudbuild/run-tests.yaml +++ b/ci/cloudbuild/run-tests.yaml @@ -101,7 +101,7 @@ steps: secretEnv: - 'JWT_PRIVATE_KEY' -- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.7' +- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.10.2' id: 'run-hashicorp-e2e-tests' dir: *dir entrypoint: 'make'