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>2023-05-23 16:16:56 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-30 11:37:04 +0300
commita17fb78238867e8971adb1359fd2021391f64530 (patch)
treeabd36e609223231f1aa4c085a66c5858f55fc883
parent2f6f07f70ae1496acaa822b6966505c6989d0b8d (diff)
go.mod: Use Go 1.19 as minimum required version
We have globally migrated to build all GitLab with Go 1.19, and many of the components have already upgraded to Go 1.19 as their minimum supported version. Let's follow suit and do the same by bumping our minimum required Go version to v1.19.
-rw-r--r--.tool-versions2
-rw-r--r--README.md2
-rw-r--r--go.mod2
3 files changed, 3 insertions, 3 deletions
diff --git a/.tool-versions b/.tool-versions
index d61f5b460..5e81ae83c 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -1,4 +1,4 @@
# Versions of Gitaly dependencies managed by asdf.
-golang 1.19.9 1.18.9
+golang 1.20.4 1.19.9
golangci-lint 1.50.1
ruby 3.1.4
diff --git a/README.md b/README.md
index 5bb1e84a4..7e0c77962 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.18 or Go 1.19.7. Run `make` to compile the executables
+Gitaly requires Go 1.19 or Go 1.20. Run `make` to compile the executables
required by Gitaly.
Gitaly uses `git`. Versions `2.40.0` and newer are supported.
diff --git a/go.mod b/go.mod
index e9ff023f2..2f06019c6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module gitlab.com/gitlab-org/gitaly/v16
-go 1.18
+go 1.19
// It is a temporary solution, please see https://gitlab.com/gitlab-org/gitaly/-/issues/4423 for details.
replace github.com/go-enry/go-license-detector/v4 => github.com/gl-gitaly/go-license-detector/v4 v4.0.0-20230217131025-5f34a24251ba