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>2021-09-16 15:09:09 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-09-20 17:22:32 +0300
commitb00c0e4b7a543080f786f0c6ef77cf67daf62faf (patch)
tree89c95f099dc2393608aa3f5d34b8c66bf3aa541f /.tool-versions
parent864e2361f00347dc033c7ce4396ec159794cdc4f (diff)
asdf: Update supported Go versions to 1.17.1
We're about to phase out support for Go 1.15. Adapt asdf to use Go 1.17 and 1.16 to prepare for this.
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 1f86f8a6d..45f9a2391 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -1,3 +1,3 @@
# Versions of Gitaly dependencies managed by asdf.
-golang 1.16.8 1.15.15
+golang 1.17.1 1.16.8
ruby 2.7.4