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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-04-12 09:08:40 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-04-20 09:01:34 +0300
commite36bde4517c0a976149c3f84d22c010c6cf1de58 (patch)
tree7e24d7f09915600d9f7c379efcbcdb82430c8f8b
parent4ce9befe895ef469a09cc323e7703b732d3af01c (diff)
README.md: Document updated Go version requirements
Our README.md still pretends that we support Go 1.13 and newer. This has changed a few releases ago already and thus isn't accurate: first, we never suppord "and newer", but only the latest two releases. And second, we now support Go 1.15 and 1.16. Update the file to explicitly spell out the two supported releases.
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3d7070ac0..0903d1afd 100644
--- a/README.md
+++ b/README.md
@@ -54,9 +54,8 @@ 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.13.9 or newer and Ruby 2.7. Run `make` to download
-and compile Ruby dependencies, and to compile the Gitaly Go
-executable.
+Gitaly requires Go 1.15 or Go 1.16 and Ruby 2.7. Run `make` to download and
+compile Ruby dependencies, and to compile the Gitaly Go executable.
Gitaly uses `git`. Versions `2.31.0` and newer are supported.