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>2020-03-26 11:00:04 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-03-26 13:47:13 +0300
commitf61c92f033b7bd0ba14d14397e7ce2594d9c1f5e (patch)
tree28a275b4c1cc8e4e587c3b8c787362e3b7991436 /README.md
parent8e71276f5190189c35665347ee6545374898c346 (diff)
golang: Drop support for Golang 1.12
Now both omnibus[1] and CNG[2] use Golang 1.13, we can drop support for Go 1.12. This would allow us to use 1.13 features if required. Further it allows us to only support Go versions which are suppported by Google. This change removes the Go 1.12 jobs from the CI pipeline, and updates the documentation to reflect that one should use 1.13.9 or up from now on. Further, it removes an implementation copied from Go 1.13s reflect package, and uses the the original now we can depend on it. [1]: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5179 [2]: https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/415
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 81eb73c4e..d339047f7 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.12.13 or newer and Ruby 2.6. Run `make` to download
+Gitaly requires Go 1.13.9 or newer and Ruby 2.6. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.