Skip to content

Commit 46f78fd

Browse files
Merge pull request #211 from rashmigottipati/update-go-version
OPRUN-4640: Update to golang 1.26.3 and openshift-4.23 builders
2 parents 332dc80 + c984531 commit 46f78fd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.25-openshift-4.22
4+
tag: rhel-9-release-golang-1.26-openshift-4.23

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-4.23 AS builder
22
WORKDIR /build
33
COPY . .
44
RUN make build
55

6-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
6+
FROM registry.ci.openshift.org/ocp/4.23:base-rhel9
77

88
COPY --from=builder /build/bin/cluster-olm-operator /
99
COPY manifests /manifests

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/cluster-olm-operator
22

3-
go 1.25.7
3+
go 1.26.3
44

55
require (
66
github.com/TwiN/deepmerge v0.2.2

0 commit comments

Comments
 (0)