
golang-1.23
The Go 1.23 programming language release. This version finalized the long-awaited range-over functions and improved profiling with pprof.
Available Platforms
Docker Hub
View on platformKubernetes
View on platformOpenShift
View on platformRancher
View on platformDetails
This is the Go programming language, version 1.23 (released August 2024). This major release finalized a significant new language feature: range-over functions, which allows iterating over function calls in for…range loops, greatly simplifying iterative code. This version also brought major updates to its toolchain, significantly reducing the build time overhead for Profile-Guided Optimization (PGO) and fixing a long-standing source of memory leaks by garbage collecting time.Timer and time.Ticker objects even if their Stop methods are not called.