Skip to content

Commit 1bc8091

Browse files
committed
fix #4257, close #4258: go 1.23.10 => 1.23.12
1 parent bc52135 commit 1bc8091

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Update Go from 1.23.10 to 1.23.12 ([#4257](https://github.com/evanw/esbuild/issues/4257), [#4258](https://github.com/evanw/esbuild/pull/4258))
6+
7+
This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain false positive reports (specifically CVE-2025-4674 and CVE-2025-47907) from vulnerability scanners that only detect which version of the Go compiler esbuild uses.
8+
39
## 0.25.8
410

511
* Fix another TypeScript parsing edge case ([#4248](https://github.com/evanw/esbuild/issues/4248))

go.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.10
1+
1.23.12

0 commit comments

Comments
 (0)