File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
boilerplate/openshift/golang-osd-e2e Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OPERATOR_NAME_CAMEL_CASE=${OPERATOR_PROPER_NAME// /}
2121
2222mkdir -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
2525if [[ -n ${KONFLUX_BUILDS} ]]; then
2626 E2E_SUITE_BUILDER_IMAGE=" brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24"
2727fi
Original file line number Diff line number Diff line change 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
22FROM ${BASE_IMAGE} AS builder
33
44RUN mkdir -p /workdir
Original file line number Diff line number Diff line change 11module 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
75require (
86 github.com/evanphx/json-patch v4.12.0+incompatible
Original file line number Diff line number Diff line change 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
33WORKDIR /go/src/github.com/openshift/validation-webhook/
44COPY . .
55RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /e2e.test
You can’t perform that action at this time.
0 commit comments