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 e4ead1f commit b73a510Copy full SHA for b73a510
docs/book/utils/go.mod
@@ -1,3 +1,3 @@
1
module sigs.k8s.io/kubebuilder/docs/book/utils
2
3
-go 1.19
+go 1.24.6
netlify.toml
@@ -1,6 +1,6 @@
[build]
base = "docs/book"
- command = "GO_VERSION=1.23.0 ./install-and-build.sh"
+ command = "GO_VERSION=1.24.6 ./install-and-build.sh"
4
publish = "docs/book/book"
5
functions = "docs/book/functions"
6
0 commit comments