[macOS] Add Go 1.25.* (#12950)

This commit is contained in:
Erik Bershel
2025-09-04 16:30:14 +02:00
committed by GitHub
parent 57f0dc0e78
commit 657dd721c0
3 changed files with 12 additions and 6 deletions

View File

@@ -264,7 +264,8 @@
"versions": [
"1.22.*",
"1.23.*",
"1.24.*"
"1.24.*",
"1.25.*"
]
},
"arm64": {
@@ -272,7 +273,8 @@
"versions": [
"1.22.*",
"1.23.*",
"1.24.*"
"1.24.*",
"1.25.*"
]
}
}