Skip to content

Commit 0bd896d

Browse files
committed
Bump GO v1.24.5
1 parent 75e933e commit 0bd896d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24.4 AS builder
2+
FROM golang:1.24 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
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/ionos-cloud/cluster-api-provider-ionoscloud
22

3-
go 1.24.3
3+
go 1.24.5
44

55
require (
66
github.com/go-logr/logr v1.4.2

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools
22

3-
go 1.24.3
3+
go 1.24.5
44

55
require (
66
github.com/golangci/golangci-lint v1.63.4

0 commit comments

Comments
 (0)