[Mac OS] Add newer versions of Go and Node.js (#8752)

This commit is contained in:
Vasilii Polikarpov
2023-11-09 11:31:45 +01:00
committed by GitHub
parent 01fe87da2e
commit e2f77cd4de

View File

@@ -163,7 +163,8 @@
"arm64": { "arm64": {
"versions": [ "versions": [
"16.*", "16.*",
"18.*" "18.*",
"20.*"
] ]
} }
} }
@@ -185,7 +186,8 @@
"variable_template" : "GOROOT_{0}_{1}_ARM64", "variable_template" : "GOROOT_{0}_{1}_ARM64",
"versions": [ "versions": [
"1.19.*", "1.19.*",
"1.20.*" "1.20.*",
"1.21.*"
] ]
} }
} }