From 512dedba72e95e78c31d656e137b810c9cde4c63 Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:31:28 -0400 Subject: [PATCH] [release-2.9] Update to Go v1.22 ref: https://issues.redhat.com/browse/ACM-14251 Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> --- .ci-operator.yaml | 2 +- Dockerfile.e2etest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 7ff1acc5..30e41eb6 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: builder namespace: stolostron - tag: go1.21-linux + tag: go1.22-linux diff --git a/Dockerfile.e2etest b/Dockerfile.e2etest index c9ca7656..13d0a64b 100644 --- a/Dockerfile.e2etest +++ b/Dockerfile.e2etest @@ -1,7 +1,7 @@ # Copyright (c) 2020 Red Hat, Inc. # Stage 1: Use image builder to retrieve Go binaries -FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder +FROM registry.ci.openshift.org/stolostron/builder:go1.22-linux AS builder # Stage 2: Copy Go binaries and run tests on ubi-minimal FROM registry.access.redhat.com/ubi8/ubi-minimal:latest