summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorichigo <[email protected]>2022-06-18 03:44:34 +0300
committerichigo <[email protected]>2022-06-18 03:44:34 +0300
commitf1a40820fedeff0c84b945c86f512a330d570d8b (patch)
tree22c1b6d8b06fbca7274307ceeba4f16aed1bee27
parentc28bb661e30b37933da2962f11091f9a918211b3 (diff)
update golang to 1.18.3
source 1.18.3 golang files ref:cff61d6353643a234c87370c289947720ca0da7a
-rw-r--r--build/ya.conf.json14
-rw-r--r--build/ymake.core.conf4
2 files changed, 9 insertions, 9 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 6b9cfe780d5..e94e2a8f707 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -316,10 +316,10 @@
"description": "Run saas2 cli"
},
"go": {
- "description": "Run go tool (1.18.2)"
+ "description": "Run go tool (1.18.3)"
},
"gofmt": {
- "description": "Run gofmt tool (1.18.2)"
+ "description": "Run gofmt tool (1.18.3)"
},
"godoc": {
"description": "Arcadia version of godoc"
@@ -5577,7 +5577,7 @@
],
"params": {
"type": "golang",
- "version": "1.18.2"
+ "version": "1.18.3"
}
},
"godoc": {
@@ -8251,10 +8251,10 @@
"golang_1.18": {
"formula": {
"sandbox_id": [
- 1312106822,
- 1312106821,
- 1312106819,
- 1312106817
+ 1345711704,
+ 1345711700,
+ 1345711703,
+ 1345711705
],
"match": "GOLANG"
},
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index a6e62bb1ff4..abea1fbd057 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -8124,8 +8124,8 @@ elsewhen ($ARCH_ARM64) {
GO_HOST_TARG_PARAMS=++host-os $GO_HOST_OS ++host-arch $GO_HOST_ARCH ++targ-os $GO_TARG_OS ++targ-arch $GO_TARG_ARCH
# tag:go-specific
-GOSTD_VERSION=1.18.2
-when ($GOSTD_VERSION == "1.18.2") {
+GOSTD_VERSION=1.18.3
+when ($GOSTD_VERSION == "1.18.3") {
GOSTD=contrib/go/_std_1.18/src
}
otherwise {