Skip to content

Commit 4ac6617

Browse files
fix(deps): update non-minor dependencies
1 parent 2987eb5 commit 4ac6617

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.1 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
@@ -4,14 +4,14 @@ go 1.23.5
44

55
require (
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 655fb2ceb9f2
1515
sigs.k8s.io/controller-tools v0.16.5
1616
)
1717

0 commit comments

Comments
 (0)