summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/conf/go.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf
index 2a7b00dd656..9d767c449c6 100644
--- a/build/conf/go.conf
+++ b/build/conf/go.conf
@@ -60,7 +60,10 @@ GO_HOST_TARG_PARAMS=++host-os $GO_HOST_OS ++host-arch $GO_HOST_ARCH ++targ-os $G
# tag:go-specific
GOSTD_VERSION=1.22
-when ($GOSTD_VERSION == "1.22") {
+when ($GOSTD_VERSION == "1.23") {
+ GOSTD=contrib/go/_std_1.23/src
+}
+elsewhen ($GOSTD_VERSION == "1.22") {
GOSTD=contrib/go/_std_1.22/src
}
otherwise {