Skip to content

Commit 4847d9e

Browse files
authored
[Windows] Add Go 1.25.* in cached toolsets (#12943)
1 parent 2aaadf5 commit 4847d9e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

images/windows/toolsets/toolset-2019.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"versions": [
7171
"1.22.*",
7272
"1.23.*",
73-
"1.24.*"
73+
"1.24.*",
74+
"1.25.*"
7475
],
7576
"default": "1.24.*"
7677
}

images/windows/toolsets/toolset-2022.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"versions": [
7171
"1.22.*",
7272
"1.23.*",
73-
"1.24.*"
73+
"1.24.*",
74+
"1.25.*"
7475
],
7576
"default": "1.24.*"
7677
}

images/windows/toolsets/toolset-2025.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"versions": [
5555
"1.22.*",
5656
"1.23.*",
57-
"1.24.*"
57+
"1.24.*",
58+
"1.25.*"
5859
],
5960
"default": "1.24.*"
6061
}

0 commit comments

Comments
 (0)