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 @@ -3,7 +3,7 @@ module github.com/sap/reactivejob-operator
33go 1.23.4
44
55require (
6- github.com/go-logr/logr v1.4.2
6+ github.com/go-logr/logr v1.4.3
77 github.com/google/uuid v1.6.0
88 github.com/onsi/ginkgo/v2 v2.22.1
99 github.com/onsi/gomega v1.36.2
@@ -14,7 +14,7 @@ require (
1414 k8s.io/client-go v0.32.0
1515 k8s.io/code-generator v0.32.0
1616 sigs.k8s.io/controller-runtime v0.20.1
17- sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250103111815-1ac370e560b1
17+ sigs.k8s.io/controller-runtime/tools/setup-envtest 3893e04629c6
1818 sigs.k8s.io/controller-tools v0.17.0
1919)
2020
You can’t perform that action at this time.
0 commit comments