golang-1.23

The Go 1.23 programming language release. This version finalized the long-awaited range-over functions and improved profiling with pprof.

Programming Containers Kubernetes
License: BSD-3-Clause

Available Platforms

Docker Hub

View on platform

Kubernetes

View on platform

OpenShift

View on platform

Rancher

View on platform

Details

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.