From 2627292bf759f208089a66dd5e0d9560683227c4 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sun, 24 Mar 2024 11:16:13 -0400 Subject: [PATCH] Updating openshift-enterprise-console-operator-container image to be consistent with ART for 4.12 Reconciling with https://github.com/openshift/ocp-build-data/tree/48e2a08d4127b92667c7e9cc846e6a088cc86cc0/images/openshift-enterprise-console-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 a4eb6d965..b14fb3fdf 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 bed42475c..95b1bb0a4 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/console-operator COPY . . ENV GO_PACKAGE github.com/openshift/console-operator diff --git a/go.mod b/go.mod index 42b322ba3..c61581f78 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openshift/console-operator -go 1.18 +go 1.19 require ( github.com/blang/semver v3.5.1+incompatible