Skip to content

Commit

Permalink
chore(deps): update non-minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2024
1 parent 7c7bea6 commit 6413313
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.5 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sap/project-operator

go 1.22.4
go 1.22.5

require (
github.com/onsi/ginkgo/v2 v2.19.0
Expand All @@ -11,7 +11,7 @@ require (
k8s.io/api v0.30.2
k8s.io/apimachinery v0.30.2
k8s.io/client-go v0.30.2
sigs.k8s.io/cli-utils v0.37.0
sigs.k8s.io/cli-utils v0.37.1
sigs.k8s.io/controller-runtime v0.18.4
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,8 @@ sigs.k8s.io/cli-utils v0.36.0 h1:k7GM6LmIMydtvM6Ad91XuqKk0QEVL9bVbaiX1uvWIrA=
sigs.k8s.io/cli-utils v0.36.0/go.mod h1:uCFC3BPXB3xHFQyKkWUlTrncVDCKzbdDfqZqRTCrk24=
sigs.k8s.io/cli-utils v0.37.0 h1:fNiFr0C4lSQ5P6XwWEiq2hNsfaoribcYPwf4XeBit5I=
sigs.k8s.io/cli-utils v0.37.0/go.mod h1:RRmEL3XFSVWhe26iFaiygFoWO10t8W0Jg75XRcUCTOY=
sigs.k8s.io/cli-utils v0.37.1 h1:fXDqZybdbSEJSB+skCyineramGLcetywSjg5+7FMJ2Y=
sigs.k8s.io/cli-utils v0.37.1/go.mod h1:RRmEL3XFSVWhe26iFaiygFoWO10t8W0Jg75XRcUCTOY=
sigs.k8s.io/controller-runtime v0.15.0 h1:ML+5Adt3qZnMSYxZ7gAverBLNPSMQEibtzAgp0UPojU=
sigs.k8s.io/controller-runtime v0.15.0/go.mod h1:7ngYvp1MLT+9GeZ+6lH3LOlcHkp/+tzA/fmHa4iq9kk=
sigs.k8s.io/controller-runtime v0.15.1 h1:9UvgKD4ZJGcj24vefUFgZFP3xej/3igL9BsOUTb/+4c=
Expand Down

0 comments on commit 6413313

Please sign in to comment.