mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-04 00:44:52 +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",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*"
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
],
|
||||
"default": "1.21.*"
|
||||
"default": "1.24.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
@@ -71,12 +71,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*"
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
],
|
||||
"default": "1.21.*"
|
||||
"default": "1.24.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
@@ -51,11 +51,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*"
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
],
|
||||
"default": "1.23.*"
|
||||
"default": "1.24.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
Reference in New Issue
Block a user