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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-11-01 15:21:28 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-11-03 13:53:00 +0300
commit04af331b09732d8a6d4af4e38e28f0a86d3e6a36 (patch)
tree855e393d468b58ef33b6f0d98fd0c200e1bb916a /README.md
parent1ffb375a3c1794b7345d4dc84216af321b3e7459 (diff)
go: Drop support for Go 1.17
In accordance with our policy GitLab only ever supports the latest two Go versions. Right now we still support Go 1.17 an 1.18 though, where the former doesn't even receive updates anymore. Bump the required Go version to 1.18 and drop all CI jobs for the old Go 1.17. Note that we cannot yet introduce jobs for Go 1.19: the way we set up unprivileged builds breaks with Go 1.19, so we need to address this issue first. Changelog: deprecated
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 17e7993ad..451110653 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,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.17 or Go 1.18 and Ruby 2.7. Run `make` to download and
+Gitaly requires 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.37.0` and newer are supported.