Skip to content

Commit 0278b0b

Browse files
Go 1.25.2
1 parent c82aed1 commit 0278b0b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
goos: [windows, linux, darwin]
2525
goarch: [amd64, arm64]
26-
buildtarget: ['go1.25.1']
26+
buildtarget: ['go1.25.2']
2727
fail-fast: false
2828
env:
2929
GOOS: ${{ matrix.goos }}

LOG-RRB

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Go 1.21
2-
2023-01-25 https://github.com/golang/go/commit/cc82867f6bf650e6b48a6e87849e4fdd5b94ef70 runtime/race: update race_windows_amd64.syso [effected] [not main function] [wontfix]
3-
2023-01-31 https://github.com/golang/go/commit/a17d959debdb04cd550016a3501dd09d50cd62e7 runtime: always use LoadLibraryEx to load system libraries [effected]
2+
2023-01-25 https://github.com/golang/go/commit/cc82867f6bf650e6b48a6e87849e4fdd5b94ef70 runtime/race: update race_windows_amd64.syso [affected] [not main function] [wontfix]
3+
2023-01-31 https://github.com/golang/go/commit/a17d959debdb04cd550016a3501dd09d50cd62e7 runtime: always use LoadLibraryEx to load system libraries [affected]
44

55
Go 1.22
6-
2023-07-20 https://github.com/golang/go/commit/7c1157f9544922e96945196b47b95664b1e39108 net: remove sysSocket fallback for Windows 7 [effected]
6+
2023-07-20 https://github.com/golang/go/commit/7c1157f9544922e96945196b47b95664b1e39108 net: remove sysSocket fallback for Windows 7 [affected]
77
2023-07-26 https://github.com/golang/go/commit/f0894a00f4b756d4b9b4078af2e686b359493583 os: remove 5ms sleep on Windows in (*Process).Wait [minor]
8-
2023-09-27 https://github.com/golang/go/commit/48042aa09c2f878c4faa576948b07fe625c4707a syscall: remove Windows 7 console handle workaround [effected]
8+
2023-09-27 https://github.com/golang/go/commit/48042aa09c2f878c4faa576948b07fe625c4707a syscall: remove Windows 7 console handle workaround [affected]
99
2023-10-20 https://github.com/golang/go/commit/693def151adff1af707d82d28f55dba81ceb08e1 crypto/rand,runtime: switch RtlGenRandom for ProcessPrng [critical]
1010

1111
Go 1.24
1212
2024-10-07 https://github.com/golang/go/commit/534d6a1a9c81b25bdad1052e736b2f072caa3903 crypto/rand: prevent Read argument from escaping to heap [related 693def151adff1af707d82d28f55dba81ceb08e1] [minor]
1313

1414
Go 1.25
15-
2025-03-31 https://github.com/golang/go/commit/6d418096b2dfe2a2e47b7aa83b46748fb301e6cb os: avoid symlink races in RemoveAll on Windows [effected]
16-
2025-05-21 https://github.com/golang/go/commit/896097000912761dbd31cead2bec99f17534f521 os: add Root.RemoveAll [related 6d418096b2dfe2a2e47b7aa83b46748fb301e6cb] [effected]
15+
2025-03-31 https://github.com/golang/go/commit/6d418096b2dfe2a2e47b7aa83b46748fb301e6cb os: avoid symlink races in RemoveAll on Windows [affected]
16+
2025-05-21 https://github.com/golang/go/commit/896097000912761dbd31cead2bec99f17534f521 os: add Root.RemoveAll [related 6d418096b2dfe2a2e47b7aa83b46748fb301e6cb] [affected]

README-eng.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ These patches must be applied from up to down:
7878

7979
### Go 1.25
8080

81-
- Windows 8.1 Update 3 / Windows Server 2012 R2: Can run official distributed Go SDK and binaries built from official SDK, but a problem may occur when removing files.
81+
- Windows 8.1 Update 3 / Windows Server 2012 R2: Can run official distributed Go SDK and binaries built from official SDK, but a problem may occur when removing files, so now it is also in the range of this repository.
8282
- Windows 7 SP1 / Windows Server 2008 R2: Require patches in SDK, and binaries must be built with patched SDK.
8383

8484
#### Patches for Windows 7 / Windows Server 2008 R2

README-zho-hans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
### Go 1.25
8080

81-
- Windows 8.1 Update 3 / Windows Server 2012 R2: 可直接运行官方 Go SDK 及其构建的二进制文件,但是可能会在文件删除操作上出现问题。
81+
- Windows 8.1 Update 3 / Windows Server 2012 R2: 可直接运行官方 Go SDK 及其构建的二进制文件,但是可能会在文件删除操作上出现问题,因此纳入本仓库管理范围
8282
- Windows 7 SP1 / Windows Server 2008 R2:需要在 SDK 中植入补丁,并且只能运行用修补后的 SDK 构建的二进制。
8383

8484
#### 用于 Windows 7 / Windows Server 2008 R2 的补丁

0 commit comments

Comments
 (0)