Skip to content

Commit 2a7bd19

Browse files
Merge pull request #430 from diakovnec/boil_templ
[SREP-1985] updating go from 1.24.0 to 1.24.6 for MCVW repo
2 parents bd5a0ce + 773e2fa commit 2a7bd19

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

boilerplate/openshift/golang-osd-e2e/update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ OPERATOR_NAME_CAMEL_CASE=${OPERATOR_PROPER_NAME// /}
2121

2222
mkdir -p "${E2E_SUITE_DIRECTORY}"
2323

24-
E2E_SUITE_BUILDER_IMAGE=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20
24+
E2E_SUITE_BUILDER_IMAGE=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.21
2525
if [[ -n ${KONFLUX_BUILDS} ]]; then
2626
E2E_SUITE_BUILDER_IMAGE="brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24"
2727
fi

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20
1+
ARG BASE_IMAGE=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.21
22
FROM ${BASE_IMAGE} AS builder
33

44
RUN mkdir -p /workdir

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openshift/managed-cluster-validating-webhooks
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.24.6
64

75
require (
86
github.com/evanphx/json-patch v4.12.0+incompatible

test/e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# THIS FILE IS GENERATED BY BOILERPLATE. DO NOT EDIT.
2-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as builder
2+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.21 as builder
33
WORKDIR /go/src/github.com/openshift/validation-webhook/
44
COPY . .
55
RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /e2e.test

0 commit comments

Comments
 (0)