go: bump to 1.24

This commit is contained in:
Vic Kerr
2025-07-04 10:23:19 +00:00
parent acf0ec8166
commit dd2c245ed9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.23 AS builder
FROM golang:1.24 AS builder
ARG TARGETOS
ARG TARGETARCH

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/ionos-cloud/cluster-api-provider-proxmox
go 1.23.8
go 1.24.0
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.6

View File

@@ -1,6 +1,6 @@
module github.com/ionos-cloud/cluster-api-provider-proxmox
go 1.23.8
go 1.24.0
require (
github.com/braydonk/yaml v0.9.0