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:
authorjramsay <git@zjvandeweg.nl>2019-11-15 17:07:44 +0300
committerjramsay <git@zjvandeweg.nl>2019-11-15 17:07:45 +0300
commit5275939797618b4789508c3c94b4c3ebae756b45 (patch)
treec3c954ae9840cf649056351f3206d9bab96fe47e /README.md
parent5b8ea5450f5eb2323d2359b21da381519ca0a401 (diff)
Drop support for Go 1.11
Closes: https://gitlab.com/gitlab-org/gitaly/issues/2076
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 b999c0d4f..018c7f973 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ GitLab.com, read about our [observibiltiy story](doc/observibility.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.11.4 or newer and Ruby 2.5. Run `make` to download
+Gitaly requires Go 1.12.13 or newer and Ruby 2.6. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.