diff options
author | rekby <rekby@ydb.tech> | 2023-05-12 09:23:59 +0300 |
---|---|---|
committer | rekby <rekby@ydb.tech> | 2023-05-12 09:23:59 +0300 |
commit | b291c820d0a871e7cee0c620ceabc8ae73205608 (patch) | |
tree | 4cdf77a2fe2f6f46f37983396e45b240914c02d2 | |
parent | 2f265a9c7b732148e9abde8c727df8081c4466ba (diff) | |
download | ydb-b291c820d0a871e7cee0c620ceabc8ae73205608.tar.gz |
fix min go version
-rw-r--r-- | ydb/docs/en/core/reference/ydb-sdk/_includes/install.md | 2 | ||||
-rw-r--r-- | ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md | 2 |
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 694fe51b4f..0be0610260 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 d3654da345..d4e1e861d0 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) |