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
path: root/go.mod
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 /go.mod
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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