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:
authorJohn Cai <jcai@gitlab.com>2022-09-02 17:21:55 +0300
committerJohn Cai <jcai@gitlab.com>2022-09-02 17:21:55 +0300
commit97efa6acb2479984ad1f63609ad92d09ddc3cfe1 (patch)
tree6641bca884ae6dc1e00905ba9f6b4af82c7973a4
parentc9fe65d7c76cc69abc2ed3eeede198bfc614906e (diff)
README.md: Update minimum Go version
Our minimum Go version is now 1.17. Update the README to reflect this.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 815d382d6..8ef7bd502 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ 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.16 or Go 1.17 and Ruby 2.7. Run `make` to download and
+Gitaly requires Go 1.17 or Go 1.18 and Ruby 2.7. Run `make` to download and
compile Ruby dependencies, and to compile the Gitaly Go executable.
Gitaly uses `git`. Versions `2.33.0` and newer are supported.