diff --git a/build/conf/go.conf b/build/conf/go.conf index 2a7b00dd..9d767c44 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 {