mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
[Windows]Go 1.20&1.21 deprecated and updated the latest version to 1.24 as default (#12121)
This commit is contained in:
@@ -72,12 +72,11 @@
|
|||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
"platform" : "win32",
|
"platform" : "win32",
|
||||||
"versions": [
|
"versions": [
|
||||||
"1.20.*",
|
|
||||||
"1.21.*",
|
|
||||||
"1.22.*",
|
"1.22.*",
|
||||||
"1.23.*"
|
"1.23.*",
|
||||||
|
"1.24.*"
|
||||||
],
|
],
|
||||||
"default": "1.21.*"
|
"default": "1.24.*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"powershellModules": [
|
"powershellModules": [
|
||||||
|
|||||||
@@ -71,12 +71,11 @@
|
|||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
"platform" : "win32",
|
"platform" : "win32",
|
||||||
"versions": [
|
"versions": [
|
||||||
"1.20.*",
|
|
||||||
"1.21.*",
|
|
||||||
"1.22.*",
|
"1.22.*",
|
||||||
"1.23.*"
|
"1.23.*",
|
||||||
|
"1.24.*"
|
||||||
],
|
],
|
||||||
"default": "1.21.*"
|
"default": "1.24.*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"powershellModules": [
|
"powershellModules": [
|
||||||
|
|||||||
@@ -51,11 +51,11 @@
|
|||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
"platform" : "win32",
|
"platform" : "win32",
|
||||||
"versions": [
|
"versions": [
|
||||||
"1.21.*",
|
|
||||||
"1.22.*",
|
"1.22.*",
|
||||||
"1.23.*"
|
"1.23.*",
|
||||||
|
"1.24.*"
|
||||||
],
|
],
|
||||||
"default": "1.23.*"
|
"default": "1.24.*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"powershellModules": [
|
"powershellModules": [
|
||||||
|
|||||||
Reference in New Issue
Block a user