Skip to content

Commit 82ec238

Browse files
committed
Build with go1.23.8
This bumps the go version that we use for building the binaries to 1.23.8 without touching the required version. I.e. it is still possible to build everything using go 1.22, but we are using go 1.23.8 to avoid vulnerabilities. Signed-off-by: Lennart Jern <[email protected]>
1 parent 59667e1 commit 82ec238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.22.12
30+
GO_VERSION ?= 1.23.8
3131

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

0 commit comments

Comments
 (0)