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:
authorNao Hashizume <nhashizume@gitlab.com>2023-07-21 13:00:18 +0300
committerkarthik nayak <knayak@gitlab.com>2023-07-21 13:00:18 +0300
commit3e17a23cefdb490087fc5dccea23bcea2608452f (patch)
tree5d8c75df155f00eebdfd7120e83f44a73b15e08b /README.md
parent1b480b9e6a1922017ad2347b2f6fb807d988f2d9 (diff)
Use Golang 1.20 as minimum required version
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.