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 /.tool-versions
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 '.tool-versions')
-rw-r--r--.tool-versions2
1 files changed, 1 insertions, 1 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