mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 06:48:14 +08:00
add go 1.21 to toolset (#8063)
This commit is contained in:
@@ -287,7 +287,8 @@
|
||||
"versions": [
|
||||
"1.18.*",
|
||||
"1.19.*",
|
||||
"1.20.*"
|
||||
"1.20.*",
|
||||
"1.21.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -274,7 +274,8 @@
|
||||
"versions": [
|
||||
"1.18.*",
|
||||
"1.19.*",
|
||||
"1.20.*"
|
||||
"1.20.*",
|
||||
"1.21.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -177,7 +177,8 @@
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.19.*",
|
||||
"1.20.*"
|
||||
"1.20.*",
|
||||
"1.21.*"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
|
||||
Reference in New Issue
Block a user