The Go Blog
Go 1.27 is released, 19 August 2026
Go 1.27 adds generic methods, encoding/json/v2 package, uuid package, faster memory allocation, goroutine leak profiles, and more.
Introducing the pkg.go.dev API, 21 May 2026
Introducing the new programmatic API for pkg.go.dev, allowing developers to fetch package and module data directly.
Type Construction and Cycle Detection, 24 March 2026
Go 1.26 simplifies type construction and enhances cycle detection for certain kinds of recursive types.
//go:fix inline and the source-level inliner, 10 March 2026
How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.
Allocating on the Stack, 27 February 2026
A description of some of the recent changes to do allocations on the stack instead of the heap.
Using go fix to modernize Go code, 17 February 2026
Go 1.26 includes a new implementation of go fix that can help you use more modern features of Go.
Go 1.26 is released, 10 February 2026
Go 1.26 adds a new garbage collector, cgo overhead reduction, experimental simd/archsimd package, experimental runtime/secret package, and more.
Results from the 2025 Go Developer Survey, 21 January 2026
The 2025 Go Developer Survey results, focused on developer sentiment towards Go, use cases, challenges, and developer environments.
Go’s Sweet 16, 14 November 2025
Happy Birthday, Go!
The Green Tea Garbage Collector, 29 October 2025
Go 1.25 includes a new experimental garbage collector, Green Tea.