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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-25 14:38:02 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-26 23:40:47 +0300
commitd244a2974c6bb901eceb4c987ff9295336bc9443 (patch)
tree86eba5ad13b990b730bfbcc400e721cfaad690f8 /README.md
parent159413072e181ef7596b54a63b5ac5f77417d75a (diff)
Drop support for Golang 1.10
Fixes https://gitlab.com/gitlab-org/gitaly/issues/1516
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 00c49a0e3..7c6b64b33 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ removed](https://about.gitlab.com/2018/09/12/the-road-to-gitaly-1-0/).
For performance reasons some RPCs can be performed through NFS still. An
effort is made to mitigate performance issues by removing [Gitaly N+1](https://gitlab.com/groups/gitlab-org/-/epics/827).
-Once that is no longer neccesairy we can conclude the migration project by
+Once that is no longer neccesairy we can conclude the migration project by
[removing the Git repository storage paths from gitlab-rails's
configuration](https://gitlab.com/gitlab-org/gitaly/issues/1282).
@@ -55,7 +55,7 @@ GitLab.com, we have [dashboards][dashboards]!
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.10 or newer and Ruby 2.5. Run `make` to download
+Gitaly requires Go 1.11 or newer and Ruby 2.5. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.