Skip to content

Commit 291798f

Browse files
chore(deps): update non-minor dependencies to v1.23.6 (#76)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7ff8cd commit 291798f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### build go executable
2-
FROM --platform=$BUILDPLATFORM golang:1.23.5 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.23.6 AS build
33

44
WORKDIR /go/src
55

build/webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### build go executable
2-
FROM --platform=$BUILDPLATFORM golang:1.23.5 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.23.6 AS build
33

44
WORKDIR /go/src
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sap/clustersecret-operator
22

3-
go 1.23.5
3+
go 1.23.6
44

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

0 commit comments

Comments
 (0)