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 a86c4d6 commit 1250bbdCopy full SHA for 1250bbd
Makefile
@@ -24,7 +24,7 @@ export GO111MODULE=on
24
unexport GOPATH
25
26
# Go
27
-GO_VERSION ?= 1.23.4
+GO_VERSION ?= 1.23.8
28
29
# Directories.
30
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.4"
+GO_VERSION = "1.23.8"
8
9
# Standard Netlify redirects
10
[[redirects]]
0 commit comments