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:
authorKim Carlbäcker <kim.carlbacker@gmail.com>2017-06-06 14:17:20 +0300
committerKim Carlbäcker <kim.carlbacker@gmail.com>2017-06-06 14:17:20 +0300
commit90c49fcaee5eb883d781f0637eb830ac441c5167 (patch)
tree574d6e75293b482e8946a9b6f50b51cec18c7ae7
parentc3563a8df9d1f780341410ae6f695c1779e195b1 (diff)
Update Go required version
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4aa3b57ab..8a440b903 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
# ![Gitaly](https://gitlab.com/gitlab-org/gitaly/uploads/509123ed56bd51247996038c858db006/gitaly-wordmark-small.png)
[![build status](https://gitlab.com/gitlab-org/gitaly/badges/master/build.svg)](https://gitlab.com/gitlab-org/gitaly/commits/master) [![Gem Version](https://badge.fury.io/rb/gitaly.svg)](https://badge.fury.io/rb/gitaly)
@@ -67,7 +66,7 @@ If you're interested in seeing how well Gitaly is performing on GitLab.com, we h
## Installation
-Gitaly requires Go 1.5 or newer. To install into `/usr/local/bin`,
+Gitaly requires Go 1.8 or newer. To install into `/usr/local/bin`,
run:
```