We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d64b9 commit 9736fb5Copy full SHA for 9736fb5
go.mod
@@ -1,8 +1,8 @@
1
module sigs.k8s.io/cluster-api-provider-azure
2
3
-go 1.22.7
+go 1.23.0
4
5
-toolchain go1.22.12
+toolchain go1.23.7
6
7
require (
8
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
hack/tools/go.mod
@@ -1,6 +1,8 @@
module sigs.k8s.io/cluster-api-provider-azure/hack/tools
-go 1.21
+
require sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240116152609-a150f715f5a6
0 commit comments