We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e265ca commit ea9de03Copy full SHA for ea9de03
3 files changed
βDockerfileβ
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.23 AS builder
+FROM golang:1.24.3 AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
βgo.modβ
@@ -1,6 +1,6 @@
module github.com/ionos-cloud/cluster-api-provider-ionoscloud
-go 1.23.5
+go 1.24.3
require (
6
github.com/go-logr/logr v1.4.2
βtools/go.modβ
module tools
github.com/golangci/golangci-lint v1.63.4
0 commit comments