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.
2 parents c5ad328 + 3e1885e commit 5113b31Copy full SHA for 5113b31
Makefile
@@ -27,7 +27,7 @@ unexport GOPATH
27
TRACE ?= 0
28
29
# Go
30
-GO_VERSION ?= 1.23.8
+GO_VERSION ?= 1.23.10
31
32
# Directories.
33
ARTIFACTS ?= $(REPO_ROOT)/_artifacts
netlify.toml
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
4
publish = "docs/book/book"
5
6
[build.environment]
7
-GO_VERSION = "1.22.6"
+GO_VERSION = "1.23.10"
8
9
# Standard Netlify redirects
10
[[redirects]]
0 commit comments