Skip to content

Commit 9736fb5

Browse files
committed
Bump Go toolchain to v1.23.7
1 parent 85d64b9 commit 9736fb5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module sigs.k8s.io/cluster-api-provider-azure
22

3-
go 1.22.7
3+
go 1.23.0
44

5-
toolchain go1.22.12
5+
toolchain go1.23.7
66

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

hack/tools/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module sigs.k8s.io/cluster-api-provider-azure/hack/tools
22

3-
go 1.21
3+
go 1.23.0
4+
5+
toolchain go1.23.7
46

57
require sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240116152609-a150f715f5a6
68

0 commit comments

Comments
 (0)