[Windows]Go 1.20&1.21 deprecated and updated the latest version to 1.24 as default (#12121)

This commit is contained in:
RaviAkshintala
2025-05-02 21:37:34 +05:30
committed by GitHub
parent a69bce6e8e
commit f86900e673
3 changed files with 9 additions and 11 deletions

View File

@@ -72,12 +72,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"1.20.*",
"1.21.*",
"1.22.*",
"1.23.*"
"1.23.*",
"1.24.*"
],
"default": "1.21.*"
"default": "1.24.*"
}
],
"powershellModules": [

View File

@@ -71,12 +71,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"1.20.*",
"1.21.*",
"1.22.*",
"1.23.*"
"1.23.*",
"1.24.*"
],
"default": "1.21.*"
"default": "1.24.*"
}
],
"powershellModules": [

View File

@@ -51,11 +51,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"1.21.*",
"1.22.*",
"1.23.*"
"1.23.*",
"1.24.*"
],
"default": "1.23.*"
"default": "1.24.*"
}
],
"powershellModules": [