From 148c64d2958a25d8eb50cf4edfa201c9bbf541b8 Mon Sep 17 00:00:00 2001 From: David Kwon Date: Thu, 7 Aug 2025 11:42:48 -0400 Subject: [PATCH] Update e2e test dockerfile to use go 1.24 Signed-off-by: David Kwon --- .ci/oci.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/oci.Dockerfile b/.ci/oci.Dockerfile index c810f3df2..89e4b3266 100644 --- a/.ci/oci.Dockerfile +++ b/.ci/oci.Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # -FROM registry.ci.openshift.org/openshift/release:golang-1.23 +FROM registry.ci.openshift.org/openshift/release:golang-1.24 SHELL ["/bin/bash", "-c"]