We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63650f5 commit af106ddCopy full SHA for af106dd
build/controller/Dockerfile
@@ -1,5 +1,5 @@
1
### build go executable
2
-FROM --platform=$BUILDPLATFORM golang:1.23.0 AS build
+FROM --platform=$BUILDPLATFORM golang:1.23.1 AS build
3
4
WORKDIR /go/src
5
build/webhook/Dockerfile
go.mod
@@ -1,6 +1,6 @@
module github.com/sap/clustersecret-operator
-go 1.23.0
+go 1.23.1
require (
6
github.com/evanphx/json-patch/v5 v5.9.0
0 commit comments