mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 01:03:18 +08:00
[windows] remove go 1.17 (#7348)
This commit is contained in:
@@ -74,12 +74,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.17.*",
|
||||
"1.18.*",
|
||||
"1.19.*",
|
||||
"1.20.*"
|
||||
],
|
||||
"default": "1.17.*"
|
||||
"default": "1.20.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
@@ -66,12 +66,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.17.*",
|
||||
"1.18.*",
|
||||
"1.19.*",
|
||||
"1.20.*"
|
||||
],
|
||||
"default": "1.17.*"
|
||||
"default": "1.20.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
Reference in New Issue
Block a user