Skip to content

Commit

Permalink
Merge pull request #1047 from tjungblu/4_14_art_updates
Browse files Browse the repository at this point in the history
OCPBUGS-12044: Update 4.14 cluster-etcd-operator image to be consiste…
  • Loading branch information
openshift-merge-robot committed May 17, 2023
2 parents 836a8a4 + f260caf commit 0155625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.19-openshift-4.14
tag: rhel-8-release-golang-1.20-openshift-4.14
2 changes: 1 addition & 1 deletion Dockerfile.rhel7
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder
WORKDIR /go/src/github.com/openshift/cluster-etcd-operator
COPY . .
ENV GO_PACKAGE github.com/openshift/cluster-etcd-operator
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/openshift/cluster-etcd-operator

go 1.19
go 1.20

require (
github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit 0155625

Please sign in to comment.