mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
[Windows] Add go 1.19 (#6017)
This commit is contained in:
@@ -74,7 +74,8 @@
|
|||||||
"versions": [
|
"versions": [
|
||||||
"1.16.*",
|
"1.16.*",
|
||||||
"1.17.*",
|
"1.17.*",
|
||||||
"1.18.*"
|
"1.18.*",
|
||||||
|
"1.19.*"
|
||||||
],
|
],
|
||||||
"default": "1.17.*"
|
"default": "1.17.*"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,7 +66,8 @@
|
|||||||
"versions": [
|
"versions": [
|
||||||
"1.16.*",
|
"1.16.*",
|
||||||
"1.17.*",
|
"1.17.*",
|
||||||
"1.18.*"
|
"1.18.*",
|
||||||
|
"1.19.*"
|
||||||
],
|
],
|
||||||
"default": "1.17.*"
|
"default": "1.17.*"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user