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:
authorPavlo Strokov <pstrokov@gitlab.com>2021-10-13 14:46:56 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2021-10-13 14:46:56 +0300
commit39666d386fd5a4731ba7e7311343e7d722a0dc50 (patch)
tree392f564e5ff7fe15301353fa18dcaf4392ba5c5d /README.md
parentaee2e0c1252fdfcdecf60d278c5cbc96da7ee74c (diff)
documentation: Update Go version in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 379cf6379..bf5e6e3ba 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ GitLab.com, read about our [observability story](doc/observability.md)!
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.15 or Go 1.16 and Ruby 2.7. Run `make` to download and
+Gitaly requires Go 1.16 or Go 1.17 and Ruby 2.7. Run `make` to download and
compile Ruby dependencies, and to compile the Gitaly Go executable.
Gitaly uses `git`. Versions `2.33.0` and newer are supported.