File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM --platform=$BUILDPLATFORM golang:1.25.0 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ go 1.23.5
44
55require (
66 github.com/pkg/errors v0.9.1
7- github.com/sap/component-operator-runtime v0.3.67
7+ github.com/sap/component-operator-runtime v0.3.113
88 k8s.io/apiextensions-apiserver v0.32.1
99 k8s.io/apimachinery v0.32.1
1010 k8s.io/client-go v0.32.1
1111 k8s.io/code-generator v0.32.1
1212 k8s.io/kube-aggregator v0.32.1
1313 sigs.k8s.io/controller-runtime v0.20.1
14- sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250130183723-1a91ccca639b
14+ sigs.k8s.io/controller-runtime/tools/setup-envtest 7c50567748ae
1515 sigs.k8s.io/controller-tools v0.16.5
1616)
1717
You can’t perform that action at this time.
0 commit comments