Skip to content

Commit e5947ee

Browse files
fix(build): Use go1.24 in go.mod
1 parent b6f6b64 commit e5947ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/api
55

6-
go 1.23.0
6+
go 1.24.0
77

88
toolchain go1.24.4
99

common/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common
55

6-
go 1.23.0
6+
go 1.24.0
77

88
toolchain go1.24.4
99

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix
55

6-
go 1.23.0
6+
go 1.24.0
77

88
toolchain go1.24.4
99

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/hack/tools
55

6-
go 1.23.0
6+
go 1.24.0
77

88
toolchain go1.24.1
99

0 commit comments

Comments
 (0)