From a0b9eb576f5c8524ccf9b7fe150443615c31ff20 Mon Sep 17 00:00:00 2001 From: dkwon17 Date: Thu, 20 Feb 2025 00:30:11 +0000 Subject: [PATCH] Update Go in e2e test Dockerfile to Go 1.22 Signed-off-by: dkwon17 --- .ci/oci.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/oci.Dockerfile b/.ci/oci.Dockerfile index 2bee93339..f6984ebb9 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.20 +FROM registry.ci.openshift.org/openshift/release:golang-1.22 SHELL ["/bin/bash", "-c"]