mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Go version 1.23 Added and set as default version (#10763)
Co-authored-by: Ravi Akshintala <raviakshintalagithub.com@Ravis-Laptop.local>
This commit is contained in:
@@ -46,9 +46,10 @@
|
|||||||
"platform" : "linux",
|
"platform" : "linux",
|
||||||
"versions": [
|
"versions": [
|
||||||
"1.21.*",
|
"1.21.*",
|
||||||
"1.22.*"
|
"1.22.*",
|
||||||
|
"1.23.*"
|
||||||
],
|
],
|
||||||
"default": "1.21.*"
|
"default": "1.23.*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ruby",
|
"name": "Ruby",
|
||||||
|
|||||||
@@ -44,9 +44,10 @@
|
|||||||
"platform" : "linux",
|
"platform" : "linux",
|
||||||
"versions": [
|
"versions": [
|
||||||
"1.21.*",
|
"1.21.*",
|
||||||
"1.22.*"
|
"1.22.*",
|
||||||
|
"1.23.*"
|
||||||
],
|
],
|
||||||
"default": "1.21.*"
|
"default": "1.23.*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ruby",
|
"name": "Ruby",
|
||||||
|
|||||||
Reference in New Issue
Block a user