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.4 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ require (
77 github.com/onsi/gomega v1.36.2
88 github.com/pkg/errors v0.9.1
99 github.com/prometheus/client_golang v1.20.5
10- github.com/sap/go-generics v0.2.23
10+ github.com/sap/go-generics v0.2.44
1111 k8s.io/api v0.32.0
1212 k8s.io/apimachinery v0.32.0
1313 k8s.io/client-go v0.32.0
1414 k8s.io/code-generator v0.32.0
1515 sigs.k8s.io/cli-utils v0.37.2
1616 sigs.k8s.io/controller-runtime v0.19.3
17- sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250103111815-1ac370e560b1
17+ sigs.k8s.io/controller-runtime/tools/setup-envtest 887f0115c1a8
1818 sigs.k8s.io/controller-tools v0.17.0
1919)
2020
You can’t perform that action at this time.
0 commit comments