Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ffa3ff71..80f0f72ff 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,8 @@ We are building features according to our [roadmap][roadmap].
Most users won't install Gitaly on its own. It is already included in [your GitLab installation](https://about.gitlab.com/install/).
-Gitaly requires Go 1.19 or Go 1.20. Run `make` to compile the executables required by Gitaly.
+Gitaly requires Go 1.20. Run `make` to compile the executables
+required by Gitaly.
Gitaly uses `git`. Versions `2.41.0` and newer are supported.