Skip to content

Commit af106dd

Browse files
committed
chore(deps): update non-minor dependencies to v1.23.1
1 parent 63650f5 commit af106dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/controller/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### build go executable
2-
FROM --platform=$BUILDPLATFORM golang:1.23.0 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.23.1 AS build
33

44
WORKDIR /go/src
55

build/webhook/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### build go executable
2-
FROM --platform=$BUILDPLATFORM golang:1.23.0 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.23.1 AS build
33

44
WORKDIR /go/src
55

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sap/clustersecret-operator
22

3-
go 1.23.0
3+
go 1.23.1
44

55
require (
66
github.com/evanphx/json-patch/v5 v5.9.0

0 commit comments

Comments
 (0)