Skip to content

Commit b169d8c

Browse files
committed
Revert "update go 1.25.7 => 1.26.1"
This reverts commit 7b5433d.
1 parent 7ac8762 commit b169d8c

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@
3131
}
3232
```
3333

34-
* Update the Go compiler from 1.25.7 to 1.26.1
35-
36-
This upgrade should not affect anything. However, there have been some significant internal changes to the Go compiler, so esbuild could potentially behave differently in certain edge cases:
37-
38-
- It now uses the [new garbage collector](https://go.dev/doc/go1.26#new-garbage-collector) that comes with Go 1.26.
39-
- The Go compiler is now more aggressive with allocating memory on the stack.
40-
- The executable format that the Go linker uses has undergone several changes.
41-
- The WebAssembly build now unconditionally makes use of the sign extension and non-trapping floating-point to integer conversion instructions.
42-
43-
You can read the [Go 1.26 release notes](https://go.dev/doc/go1.26) for more information.
44-
4534
## 0.27.5
4635

4736
* Fix for an async generator edge case ([#4401](https://github.com/evanw/esbuild/issues/4401), [#4417](https://github.com/evanw/esbuild/pull/4417))

go.version

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

0 commit comments

Comments
 (0)