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

Co-authored-by: Ravi Akshintala <raviakshintalagithub.com@Ravis-Laptop.local>
This commit is contained in:
RaviAkshintala
2024-11-08 21:35:54 +05:30
committed by GitHub
parent 06e844f299
commit a070c8516f
2 changed files with 4 additions and 2 deletions

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.*"
} }

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.*"
} }