Просмотр исходного кода

go toolchain update
commit_hash:dbd636ff0e06f596154aa6dbd013ea2766e37e61

psydvl 3 месяцев назад
Родитель
Сommit
895d71282e
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      build/external_resources/go_tools/ya.make

+ 3 - 0
build/external_resources/go_tools/ya.make

@@ -5,6 +5,9 @@ TOOLCHAIN(go)
 IF(GOSTD_VERSION == 1.22)
     VERSION(1.22)
     DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.22.json)
+ELSEIF(GOSTD_VERSION == 1.23)
+    VERSION(1.23)
+    DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.23.json)
 ELSE()
     MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library)
 ENDIF()