[Windows-Go]Updated the latest Go version 1.23 (#10919)

Co-authored-by: Ravi Akshintala <[email protected]>
This commit is contained in:
RaviAkshintala
2024-11-08 09:05:54 -07:00
committed by GitHub
co-authored by Ravi Akshintala
parent 06e844f299
commit a070c8516f
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -73,7 +73,8 @@
"versions": [ "versions": [
"1.20.*", "1.20.*",
"1.21.*", "1.21.*",
"1.22.*" "1.22.*",
"1.23.*"
], ],
"default": "1.21.*" "default": "1.21.*"
} }
+2 -1
View File
@@ -72,7 +72,8 @@
"versions": [ "versions": [
"1.20.*", "1.20.*",
"1.21.*", "1.21.*",
"1.22.*" "1.22.*",
"1.23.*"
], ],
"default": "1.21.*" "default": "1.21.*"
} }