Skip to content

Commit 3e1885e

Browse files
committed
Bump go to 1.23.10
This addresses three vulnerabilities in the standard library: - GO-2025-3751 - GO-2025-3750 - GO-2025-3749 Signed-off-by: Lennart Jern <[email protected]>
1 parent c5ad328 commit 3e1885e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ unexport GOPATH
2727
TRACE ?= 0
2828

2929
# Go
30-
GO_VERSION ?= 1.23.8
30+
GO_VERSION ?= 1.23.10
3131

3232
# Directories.
3333
ARTIFACTS ?= $(REPO_ROOT)/_artifacts

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.22.6"
7+
GO_VERSION = "1.23.10"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)