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:
RaviAkshintala
2024-10-11 18:14:17 +05:30
committed by GitHub
parent 6becb4037c
commit 9b4274cda9
2 changed files with 6 additions and 4 deletions

View File

@@ -46,9 +46,10 @@
"platform" : "linux",
"versions": [
"1.21.*",
"1.22.*"
"1.22.*",
"1.23.*"
],
"default": "1.21.*"
"default": "1.23.*"
},
{
"name": "Ruby",

View File

@@ -44,9 +44,10 @@
"platform" : "linux",
"versions": [
"1.21.*",
"1.22.*"
"1.22.*",
"1.23.*"
],
"default": "1.21.*"
"default": "1.23.*"
},
{
"name": "Ruby",