Skip to content

Commit 26f3cb4

Browse files
fix: use go 1.23
1 parent 294136e commit 26f3cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
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.22.7
27+
GO_VERSION ?= 1.23.0
2828

2929
# Directories.
3030
ARTIFACTS ?= $(REPO_ROOT)/_artifacts

0 commit comments

Comments
 (0)