mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
go: bump to 1.24
This commit is contained in:
@@ -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
2
go.mod
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user