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 /.tool-versions
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 '.tool-versions')
-rw-r--r--.tool-versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tool-versions b/.tool-versions
index e671a2b48..b502cd0ff 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -1,3 +1,3 @@
# Versions of Gitaly dependencies managed by asdf.
-golang 1.18.7 1.17.9
+golang 1.18.7
ruby 2.7.5