Skip to content

Commit 6b66b2d

Browse files
authored
Merge pull request #5707 from mboersma/bump-go-toolchain
Bump Go toolchain to v1.23.10
2 parents 44da1de + 61d26fe commit 6b66b2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-azure
22

33
go 1.23.2
44

5-
toolchain go1.23.8
5+
toolchain go1.23.10
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-azure/hack/tools
22

33
go 1.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.10
66

77
require sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250520093716-525566440a77
88

0 commit comments

Comments
 (0)