From 9f84bbfbf9eeebfd8a233930b4e0261e5de73d05 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751NSS@gmail.com> Date: Fri, 22 Mar 2024 10:40:24 +0800 Subject: [PATCH] update chat makefile fix go version minimun 1.21 (#467) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a044dbaf..f25f71f09 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ SPACE += # ============================================================================== # Build definition -GO_SUPPORTED_VERSIONS ?= 1.19|1.20|1.21|1.22 +GO_SUPPORTED_VERSIONS ?= 1.21|1.22|1.23|1.24 GO_LDFLAGS += -X $(VERSION_PACKAGE).gitVersion=$(VERSION) \ -X $(VERSION_PACKAGE).gitCommit=$(GIT_COMMIT) \ -X $(VERSION_PACKAGE).gitTreeState=$(GIT_TREE_STATE) \