Skip to content

Commit 5ee785c

Browse files
fix(deps): update non-minor dependencies
1 parent 06ed8bb commit 5ee785c

File tree

4 files changed

+131
-271
lines changed

4 files changed

+131
-271
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.1 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,8 +3,8 @@ module github.com/sap/cf-service-operator
33
go 1.22.5
44

55
require (
6-
github.com/cloudfoundry-community/go-cfclient/v3 v3.0.0-alpha.5
7-
github.com/go-logr/logr v1.4.1
6+
github.com/cloudfoundry-community/go-cfclient/v3 v3.0.0-alpha.15
7+
github.com/go-logr/logr v1.4.3
88
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
99
github.com/onsi/ginkgo/v2 v2.15.0
1010
github.com/onsi/gomega v1.31.1

0 commit comments

Comments
 (0)