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-04-12 09:11:45 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-04-20 09:01:34 +0300
commitf913cd27a3984d6371f9fe01321d52e85ea1aff4 (patch)
tree484ed0efeaadda8953877f232da07bfb731e7021
parente36bde4517c0a976149c3f84d22c010c6cf1de58 (diff)
tool-version: Introduce support for asdf
GitLab has recently started to support asdf as part of the developer's workflow to track and install required tools in the correct version. Many of GitLab's projects have already started to provide a `.tool-version` file, which tells asdf which versions of which tool are required in order to build and test a given project. Introduce a `.tool-version` file for Gitaly, too. For now, it only tracks the currently supported Ruby and Golang versions.
-rw-r--r--.tool-version3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tool-version b/.tool-version
new file mode 100644
index 000000000..56d98ca03
--- /dev/null
+++ b/.tool-version
@@ -0,0 +1,3 @@
+# Versions of Gitaly dependencies managed by asdf.
+golang 1.15.11 1.16.3
+ruby 2.7.2