Skip to content

Commit 657dd72

Browse files
authored
[macOS] Add Go 1.25.* (#12950)
1 parent 57f0dc0 commit 657dd72

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

images/macos/toolsets/toolset-13.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,17 @@
194194
"versions": [
195195
"1.22.*",
196196
"1.23.*",
197-
"1.24.*"
197+
"1.24.*",
198+
"1.25.*"
198199
]
199200
},
200201
"arm64": {
201202
"variable_template" : "GOROOT_{0}_{1}_ARM64",
202203
"versions": [
203204
"1.22.*",
204205
"1.23.*",
205-
"1.24.*"
206+
"1.24.*",
207+
"1.25.*"
206208
]
207209
}
208210
}

images/macos/toolsets/toolset-14.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,17 @@
277277
"versions": [
278278
"1.22.*",
279279
"1.23.*",
280-
"1.24.*"
280+
"1.24.*",
281+
"1.25.*"
281282
]
282283
},
283284
"arm64": {
284285
"variable_template" : "GOROOT_{0}_{1}_ARM64",
285286
"versions": [
286287
"1.22.*",
287288
"1.23.*",
288-
"1.24.*"
289+
"1.24.*",
290+
"1.25.*"
289291
]
290292
}
291293
}

images/macos/toolsets/toolset-15.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,17 @@
264264
"versions": [
265265
"1.22.*",
266266
"1.23.*",
267-
"1.24.*"
267+
"1.24.*",
268+
"1.25.*"
268269
]
269270
},
270271
"arm64": {
271272
"variable_template" : "GOROOT_{0}_{1}_ARM64",
272273
"versions": [
273274
"1.22.*",
274275
"1.23.*",
275-
"1.24.*"
276+
"1.24.*",
277+
"1.25.*"
276278
]
277279
}
278280
}

0 commit comments

Comments
 (0)