File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11ARG KUBECTL=rancher/kubectl:v1.33.1
22FROM ${KUBECTL} AS kubectl
33
4- FROM registry.suse.com/bci/golang:1.24
4+ FROM registry.suse.com/bci/golang:1.25
55
66COPY --from=kubectl /bin/kubectl /usr/local/bin/kubectl
77
Original file line number Diff line number Diff line change 11module github.com/rancher/system-upgrade-controller
22
3- go 1.24 .0
3+ go 1.25 .0
44
5- toolchain go1.24.2
5+ toolchain go1.25.1
66
77replace (
88 github.com/distribution/reference => github.com/distribution/reference v0.5.0
Original file line number Diff line number Diff line change 11ARG BCI=registry.suse.com/bci/bci-base:15.6
2- ARG GOLANG=registry.suse.com/bci/golang:1.24
2+ ARG GOLANG=registry.suse.com/bci/golang:1.25
33ARG ALPINE=alpine:3.22
44
55FROM ${GOLANG} AS e2e-ginkgo
Original file line number Diff line number Diff line change 11module github.com/rancher/system-upgrade-controller/pkg/apis
22
3- go 1.24 .0
3+ go 1.25 .0
44
5- toolchain go1.24.2
5+ toolchain go1.25.1
66
77require (
88 github.com/kubereboot/kured v1.13.1
You can’t perform that action at this time.
0 commit comments