Skip to content

Commit b73a510

Browse files
committed
bump go version to 1.24.6
1 parent e4ead1f commit b73a510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/utils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module sigs.k8s.io/kubebuilder/docs/book/utils
22

3-
go 1.19
3+
go 1.24.6

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
base = "docs/book"
3-
command = "GO_VERSION=1.23.0 ./install-and-build.sh"
3+
command = "GO_VERSION=1.24.6 ./install-and-build.sh"
44
publish = "docs/book/book"
55
functions = "docs/book/functions"
66

0 commit comments

Comments
 (0)