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:
authorJacob Vosmaer <jacob@gitlab.com>2019-06-05 20:06:46 +0300
committerJohn Cai <jcai@gitlab.com>2019-06-05 20:06:46 +0300
commit0a07d60bcb86287f96fd4e12f0ba1603b79e96fd (patch)
treeeae3648315f30626e1d0be7b12960786cf186f1e /README.md
parent9d626b5cbe3272dc100c674c4002fc41c2ab2b1f (diff)
Replace govendor with 'go mod'
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 e8219a8c0..f7a51534a 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 or newer and Ruby 2.5. Run `make` to download
+Gitaly requires Go 1.11.4 or newer and Ruby 2.5. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.