Skip to content

Commit 1250bbd

Browse files
committed
Bump go to 1.23.8
Signed-off-by: Lennart Jern <lennart.jern@est.tech>
1 parent a86c4d6 commit 1250bbd

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
@@ -24,7 +24,7 @@ export GO111MODULE=on
2424
unexport GOPATH
2525

2626
# Go
27-
GO_VERSION ?= 1.23.4
27+
GO_VERSION ?= 1.23.8
2828

2929
# Directories.
3030
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.23.4"
7+
GO_VERSION = "1.23.8"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)