File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change 11module github.com/sap/component-operator
22
3- go 1.23.5
3+ go 1.23.6
44
55require (
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)
You can’t perform that action at this time.
0 commit comments