Skip to content

Commit 17b9c2c

Browse files
authored
feat(go): upgrading to v1.25 (#281)
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 2fe3449 commit 17b9c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 AS builder
2+
FROM golang:1.25 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/clastix/cluster-api-control-plane-provider-kamaji
22

3-
go 1.24.1
3+
go 1.25
44

55
require (
66
github.com/clastix/kamaji v1.0.1-0.20250911194241-764433bd0405

0 commit comments

Comments
 (0)