Skip to content

Commit 9209e44

Browse files
authored
Update Go to 1.25.7 (#4388)
1 parent e8d861b commit 9209e44

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555

5656
This release fixes a bug where the minifier would incorrectly strip the variable in the automatically-generated `catch` clause of lowered `for await` loops. The code that generated the loop previously failed to mark the internal variable references as used.
5757

58+
* Update the Go compiler from v1.25.5 to v1.25.7 ([#4383](https://github.com/evanw/esbuild/issues/4383)
59+
5860
## 0.27.2
5961

6062
* Allow import path specifiers starting with `#/` ([#4361](https://github.com/evanw/esbuild/pull/4361))

go.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.5
1+
1.25.7

0 commit comments

Comments
 (0)