Skip to content

Commit 7ec71e9

Browse files
committed
Use Go 1.23.0 instead of a higher patch release
go 1.23.8 is not yet supported in our build environment, and moreover a Go version should (generally) be kept to major.minor.0 in a go.mod file. Signed-off-by: Nolan Brubaker <[email protected]>
1 parent 645f38e commit 7ec71e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/go.mod

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

3-
go 1.23.8
3+
go 1.23.0
44

55
require (
66
github.com/a8m/envsubst v1.4.2

0 commit comments

Comments
 (0)