Skip to content

Commit fad4cf8

Browse files
fix(deps): update non-minor dependencies
1 parent 04b7d22 commit fad4cf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/sap/reactivejob-operator
33
go 1.23.4
44

55
require (
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

0 commit comments

Comments
 (0)