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 12f5ffc + 27894e9 commit c5c8e83Copy full SHA for c5c8e83
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.23.8"
+GO_VERSION = "1.23.10"
8
9
# Standard Netlify redirects
10
[[redirects]]
0 commit comments