Skip to content

Commit a513b02

Browse files
fix(deps): update non-minor dependencies
1 parent 6c9d05f commit a513b02

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.23.5 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.23.6 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
module github.com/sap/component-operator
22

3-
go 1.23.5
3+
go 1.23.6
44

55
require (
66
filippo.io/age v1.2.1
77
github.com/drone/envsubst v1.0.3
88
github.com/fluxcd/source-controller/api v1.4.1
9-
github.com/getsops/sops/v3 v3.9.2
9+
github.com/getsops/sops/v3 v3.9.4
1010
github.com/go-logr/logr v1.4.2
1111
github.com/pkg/errors v0.9.1
12-
github.com/sap/component-operator-runtime v0.3.67
13-
github.com/sap/go-generics v0.2.25
12+
github.com/sap/component-operator-runtime v0.3.69
13+
github.com/sap/go-generics v0.2.26
1414
k8s.io/apiextensions-apiserver v0.32.1
1515
k8s.io/apimachinery v0.32.1
1616
k8s.io/client-go v0.32.1
1717
k8s.io/code-generator v0.32.1
1818
k8s.io/kube-aggregator v0.32.1
1919
sigs.k8s.io/controller-runtime v0.20.1
20-
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241206182001-aea2e32a9365
20+
sigs.k8s.io/controller-runtime/tools/setup-envtest 2e8ba92873fd
2121
sigs.k8s.io/controller-tools v0.16.5
2222
sigs.k8s.io/yaml v1.4.0
2323
)

0 commit comments

Comments
 (0)