Skip to content

Commit ea9de03

Browse files
🌱 Fix CVEs (#288)
1 parent 3e265ca commit ea9de03

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.23 AS builder
2+
FROM golang:1.24.3 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.23.5
3+
go 1.24.3
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.23.5
3+
go 1.24.3
44

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

0 commit comments

Comments
Β (0)