summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrekby <[email protected]>2023-05-12 09:23:59 +0300
committerrekby <[email protected]>2023-05-12 09:23:59 +0300
commitb291c820d0a871e7cee0c620ceabc8ae73205608 (patch)
tree4cdf77a2fe2f6f46f37983396e45b240914c02d2
parent2f265a9c7b732148e9abde8c727df8081c4466ba (diff)
fix min go version
-rw-r--r--ydb/docs/en/core/reference/ydb-sdk/_includes/install.md2
-rw-r--r--ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/ydb/docs/en/core/reference/ydb-sdk/_includes/install.md b/ydb/docs/en/core/reference/ydb-sdk/_includes/install.md
index 694fe51b4fe..0be0610260e 100644
--- a/ydb/docs/en/core/reference/ydb-sdk/_includes/install.md
+++ b/ydb/docs/en/core/reference/ydb-sdk/_includes/install.md
@@ -20,7 +20,7 @@ The build process using the source code is described in the source code reposito
{% include [install/cmd_go.md](install/cmd_go.md) %}
- To ensure that the installation is successful, make sure that your environment is running [Go](https://go.dev/doc/install) 1.16 or higher.
+ To ensure that the installation is successful, make sure that your environment is running [Go](https://go.dev/doc/install) 1.17 or higher.
- C# (.NET)
diff --git a/ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md b/ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md
index d3654da3459..d4e1e861d01 100644
--- a/ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md
+++ b/ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md
@@ -20,7 +20,7 @@
{% include [install/cmd_go.md](install/cmd_go.md) %}
- Для успешной установки в вашем окружении должен быть установлен [Go](https://go.dev/doc/install) версии не ниже 1.16.
+ Для успешной установки в вашем окружении должен быть установлен [Go](https://go.dev/doc/install) версии не ниже 1.17.
- С# (.NET)