forked from berty/berty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tool-versions
55 lines (48 loc) · 1.61 KB
/
.tool-versions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#-----
# golang 1.18.4 is simply the most recent version available to date (07/22).
# There is no contraindication for updating it.
#-----
golang 1.18.4
#-----
# node 16.16.0 is the most recent LTS version available to date (07/22).
#
# In addition, from version 1.17 of node, a new version of OpenSSL is used and
# prevent our project from building.
# More info here: https://github.com/webpack/webpack/issues/14532
#-----
nodejs 16.16.0
#-----
# xcodegen 2.29.0 is simply the most recent version available to date (07/22).
# There is no contraindication for updating it.
#-----
xcodegen 2.29.0
#-----
# yarn 1.22.19 is simply the most recent version available to date (07/22).
# There is no contraindication for updating it.
#-----
yarn 1.22.19
#-----
# ruby 3.1.2 is simply the most recent version available to date (07/22).
# There is no contraindication for updating it.
#-----
ruby 3.1.2
#-----
# golangci-lint 1.46.2 is simply the most recent version available to date (07/22).
#
# The current version of golangci-lint also has a problem displaying logs on
# Github actions, see: https://github.com/golangci/golangci-lint-action/issues/119
#
# It would be good to update it (when possible) to a version that fixes this log
# issue and to update the golangci-lint Github Actions step accordingly.
#-----
golangci-lint 1.46.2
#-----
# jq 1.6 is simply the most recent version available to date (07/22).
# There is no contraindication for updating it.
#-----
jq 1.6
#-----
# java openjdk-18.0.1.1 is simply the most recent version available to date (07/22).
# There is no contraindication for updating it.
#-----
java openjdk-18.0.1.1