go1.22 release tracking go1.23 release tracking jfkw moderate recommended Recommended update for go1.22, go1.23 This update for go1.22, go1.23 fixes the following issues: go1.22: - go1.22.8 (released 2024-10-01) includes fixes to cgo, and the maps and syscall packages. Refs bsc#1218424 go1.22 release tracking * go#69155 maps: segmentation violation in maps.Clone * go#69218 cmd/cgo: alignment issue with int128 inside of a struct * go#69366 syscall: TestAmbientCapsUserns fails on Ubuntu 24.04/Linux 6.8.0 go1.23: - go1.23.2 (released 2024-10-01) includes fixes to the compiler, cgo, the runtime, and the maps, os, os/exec, time, and unique packages. Refs bsc#1229122 go1.23 release tracking * go#69119 os: double close pidfd if caller uses pidfd updated by os.StartProcess * go#69156 maps: segmentation violation in maps.Clone * go#69219 cmd/cgo: alignment issue with int128 inside of a struct * go#69240 unique: fatal error: found pointer to free object * go#69333 runtime,time: timer.Stop returns false even when no value is read from the channel * go#69383 unique: large string still referenced, after interning only a small substring * go#69402 os/exec: resource leak on exec failure * go#69511 cmd/compile: mysterious crashes and non-determinism with range over func go1.22 go1.23