From 86c788f737582969c003903e862b15bbb21b5b94 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 16 Mar 2024 06:07:58 -0400 Subject: [PATCH] Updating ose-cluster-authentication-operator-container image to be consistent with ART for 4.12 Reconciling with https://github.com/openshift/ocp-build-data/tree/ee4d1f55e26c1f55a9e80aac010ddadae5e198f9/images/ose-cluster-authentication-operator.yml --- .ci-operator.yaml | 2 +- Dockerfile.rhel7 | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index a4eb6d9654..b14fb3fdf0 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.18-openshift-4.12 + tag: rhel-8-release-golang-1.19-openshift-4.12 diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 606f857554..de34fcc9f9 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder WORKDIR /go/src/github.com/openshift/cluster-authentication-operator COPY . . ENV GO_PACKAGE github.com/openshift/cluster-authentication-operator diff --git a/go.mod b/go.mod index 68f18fc275..67a321e224 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openshift/cluster-authentication-operator -go 1.18 +go 1.19 require ( github.com/davecgh/go-spew v1.1.1