Commit aaf6ad0
Add Go 1.25.1 to supported Go versions (#86)
This PR adds official support for Go 1.25.1 to the Codex Universal
Docker image.
**Closes \#85.**
### **Changes**
* Updates the `GO_VERSIONS` list in the Dockerfile to include Go 1.25.1
as the default.
* Ensures developers can use Go 1.25.1 via
`CODEX_ENV_GO_VERSION=1.25.1`.
### **Why?**
Go 1.25 brings several important improvements:
* **Container-aware GOMAXPROCS** (respects cgroup CPU bandwidth limits
and updates automatically)
* Experimental features: redesigned garbage collector
(`GOEXPERIMENT=greenteagc`), modernized JSON implementation
(`GOEXPERIMENT=jsonv2`), and more efficient debug info via DWARF 5
See [Go 1.25 Release
Notes](https://musical-doodle-7jqjrq5xjg3pwjq.github.dev/) for details.
Co-authored-by: willwang-openai <[email protected]>1 parent ebcd6c4 commit aaf6ad0
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments