Skip to content

Commit b15a928

Browse files
committed
bump go to v1.25.10
Go 1.25.10 introduces several security patches. Signed-off-by: Carlos Salas <carlos.salas@suse.com>
1 parent 0f89bb4 commit b15a928

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rancher/cluster-api-provider-rke2
22

3-
go 1.25.9
3+
go 1.25.10
44

55
require (
66
github.com/coreos/butane v0.27.0

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rancher/cluster-api-provider-rke2/hack/tools
22

3-
go 1.25.9
3+
go 1.25.10
44

55
require sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240820112706-3abe3058a6a8
66

0 commit comments

Comments
 (0)