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
Ethan Lee, Hana Kim, and Jonathan Amsterdam
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
Mark Freeman
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
Alan Donovan
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
Keith Randall
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
Alan Donovan
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
Carlos Amedee, on behalf of the Go team
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
Todd Kulesza, on behalf of the Go team
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
Austin Clements, for the Go team
Happy Birthday, Go!
The Green Tea Garbage Collector, 29 October 2025
Michael Knyszek and Austin Clements
Go 1.25 includes a new experimental garbage collector, Green Tea.