Skip to content

Commit d276052

Browse files
authored
Update pre-compiled build.tools (#199)
Required by readthedocs/readthedocs.org#11074
1 parent 0fc3eca commit d276052

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
OS_NAMES="ubuntu-22.04 ubuntu-20.04"
3939
TOOLS=(
4040
["python"]="2.7.18 3.6.15 3.7.17 3.8.18 3.9.18 3.10.13 3.11.6 3.12.0 miniconda3-4.7.12 mambaforge-4.10.3-10 mambaforge-22.9.0-3"
41-
["nodejs"]="14.20.1 16.18.1 18.16.1 19.0.1 20.3.1"
42-
["rust"]="1.55.0 1.61.0 1.64.0 1.70.0"
43-
["golang"]="1.17.13 1.18.10 1.19.10 1.20.5"
41+
["nodejs"]="14.20.1 16.18.1 18.16.1 19.0.1 20.11.0"
42+
["rust"]="1.55.0 1.61.0 1.64.0 1.70.0 1.75.0"
43+
["golang"]="1.17.13 1.18.10 1.19.10 1.20.5 1.21.6"
4444
)
4545
TOOL_NAMES="python nodejs rust golang"
4646

0 commit comments

Comments
 (0)