Browse Source

update golang to 1.18.3

source 1.18.3 golang files

ref:cff61d6353643a234c87370c289947720ca0da7a
ichigo 2 years ago
parent
commit
f1a40820fe
2 changed files with 9 additions and 9 deletions
  1. 7 7
      build/ya.conf.json
  2. 2 2
      build/ymake.core.conf

+ 7 - 7
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"
             },

+ 2 - 2
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 {