Skip to content

Commit

Permalink
Build: update some build.tools versions (#11074)
Browse files Browse the repository at this point in the history
* Add support for Go 1.21
* Update nodejs to its latest LTS version
* Add support for Rust 1.75.0
  • Loading branch information
humitos committed Jan 30, 2024
1 parent d20a6f7 commit 400b31c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readthedocs/builds/constants_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,23 @@
"nodejs": {
"14": "14.20.1",
"16": "16.18.1",
"18": "18.16.1", # LTS
"18": "18.16.1",
"19": "19.0.1",
"20": "20.3.1",
"20": "20.11.0", # LTS
},
"rust": {
"1.55": "1.55.0",
"1.61": "1.61.0",
"1.64": "1.64.0",
"1.70": "1.70.0",
"1.75": "1.75.0",
},
"golang": {
"1.17": "1.17.13",
"1.18": "1.18.10",
"1.19": "1.19.10",
"1.20": "1.20.5",
"1.21": "1.21.6",
},
},
}

0 comments on commit 400b31c

Please sign in to comment.