Skip to content

Commit 9a04b42

Browse files
Merge pull request #1449 from andrej1991/bump-go-v1-25-ocm-213
ACM-25816: bumping go version on branch ocm-2.13 to v1.25
2 parents 003f726 + c1cb109 commit 9a04b42

10 files changed

+10
-10
lines changed

.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.24-openshift-4.21
4+
tag: rhel-9-release-golang-1.25-openshift-4.21

Dockerfile.assisted-installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder
22
ARG TARGETPLATFORM
33
ENV GOFLAGS=-mod=mod
44
WORKDIR /go/src/github.com/openshift/assisted-installer

Dockerfile.assisted-installer-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS golang
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang
22

33
ENV GOFLAGS=""
44

Dockerfile.assisted-installer-controller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder
22
ARG TARGETPLATFORM
33
ENV GOFLAGS=-mod=mod
44
WORKDIR /go/src/github.com/openshift/assisted-installer

Dockerfile.assisted-installer-controller-downstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder
22
ARG TARGETOS
33
ARG TARGETARCH
44

Dockerfile.assisted-installer-controller-mce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder
22
ARG TARGETOS
33
ARG TARGETARCH
44

Dockerfile.assisted-installer-controller.ocp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.21 AS builder
22

33
WORKDIR /go/src/github.com/openshift/assisted-installer
44
ENV GOFLAGS="-mod=vendor"

Dockerfile.assisted-installer-downstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder
22
ARG TARGETOS
33
ARG TARGETARCH
44

Dockerfile.assisted-installer-mce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder
22
ARG TARGETOS
33
ARG TARGETARCH
44

Dockerfile.assisted-installer.ocp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.21 AS builder
22

33
WORKDIR /go/src/github.com/openshift/assisted-installer
44
ENV GOFLAGS="-mod=vendor"

0 commit comments

Comments
 (0)