Skip to content

Commit a6c301f

Browse files
authored
Merge pull request #5408 from nawazkh/pin_golang_patch_ver
pin go toolchain to 1.22.11 and go directive to 1.22.7
2 parents 58d927c + 3917209 commit a6c301f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module sigs.k8s.io/cluster-api-provider-azure
22

3-
go 1.22.11
3+
go 1.22.7
4+
5+
toolchain go1.22.11
46

57
require (
68
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0

0 commit comments

Comments
 (0)