From abae6c6f5a0aa30c211fc6c2cf8e944accb1f4f5 Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:32:02 -0400 Subject: [PATCH] [release-2.8] 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 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 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 diff --git a/go.mod b/go.mod index ffc88157..fa8cf8b5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stolostron/governance-policy-framework -go 1.21 +go 1.22 require ( github.com/google/uuid v1.3.0