File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717# Build the manager binary
1818# Run this with docker build --build-arg builder_image=<golang:x.y.z>
19- ARG builder_image=docker.io/golang:1.22
19+ ARG builder_image=docker.io/golang:1.24
2020FROM ${builder_image} as builder
2121WORKDIR /workspace
2222
Original file line number Diff line number Diff line change 1- FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as builder
1+ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as builder
22
33# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
44ARG goproxy=https://proxy.golang.org
Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-provider-kubevirt
22
3- go 1.22 .0
3+ go 1.24 .0
44
55require (
66 github.com/go-logr/logr v1.4.2
You can’t perform that action at this time.
0 commit comments