[macOS] add go 1.22 (#9320)

This commit is contained in:
sergei-pyshnoi
2024-02-08 22:38:51 +01:00
committed by GitHub
parent 68d16ce43c
commit 04da57c694
3 changed files with 10 additions and 5 deletions

View File

@@ -281,7 +281,8 @@
"versions": [
"1.19.*",
"1.20.*",
"1.21.*"
"1.21.*",
"1.22.*"
]
}
}

View File

@@ -186,7 +186,8 @@
"versions": [
"1.19.*",
"1.20.*",
"1.21.*"
"1.21.*",
"1.22.*"
]
},
"arm64": {
@@ -194,7 +195,8 @@
"versions": [
"1.19.*",
"1.20.*",
"1.21.*"
"1.21.*",
"1.22.*"
]
}
}

View File

@@ -160,14 +160,16 @@
"variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [
"1.20.*",
"1.21.*"
"1.21.*",
"1.22.*"
]
},
"arm64": {
"variable_template" : "GOROOT_{0}_{1}_ARM64",
"versions": [
"1.20.*",
"1.21.*"
"1.21.*",
"1.22.*"
]
}
}