Skip to content

Commit 2878a30

Browse files
committed
bump(k8s): update builder images
Signed-off-by: jubittajohn <jujohn@redhat.com>
1 parent 4d1c5a4 commit 2878a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all: build
44
update: update-non-codegen update-codegen
55

66
RUNTIME ?= podman
7-
RUNTIME_IMAGE_NAME ?= registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.22
7+
RUNTIME_IMAGE_NAME ?= registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-5.0
88

99
EXCLUDE_DIRS := _output/ dependencymagnet/ hack/ third_party/ tls/ tools/ vendor/ tests/
1010
GO_PACKAGES :=$(addsuffix ...,$(addprefix ./,$(filter-out $(EXCLUDE_DIRS), $(wildcard */))))

0 commit comments

Comments
 (0)