Go 1.26.5-2 Microsoft build now available
A new release of the Microsoft build of Go is now available for download. The post Go 1.26.5-2 Microsoft build now available appeared first on Microsoft for Go Developers.
A new release of the Microsoft build of Go is now available for download. The post Go 1.26.5-2 Microsoft build now available appeared first on Microsoft for Go Developers.
Microsoft Agent Framework for Go is entering public preview, bringing Agent Framework concepts to Go developers building agents and multi-agent workflows. The post Microsoft Agent Framework for Go public preview appeared first on Microsoft for Go Developers.
#609 — July 10, 2026 Read the Web Version Go Weekly From TypeScript 7's Go Rewrite to Go as an Agentic Language — The 10x faster, Go-powered TypeScript 7.0 compiler was released this week, and former Go product lead Steve Francia le...
A new release of the Microsoft build of Go including security fixes is now available for download. The post Go 1.26.5-1 and 1.25.12-1 Microsoft builds now available appeared first on Microsoft for Go Developers.
My daughter was born, and I did, in fact, manage to do less.
When you build a storage engine in Go, sooner or later you need to answer a very plain question: “How should the code read bytes from files?” This sounds too low-level to matter. A database has bigger ideas: partitions, blocks, indexes, filters, compression, compactio...
From now on, GoReleaser release announcements will only be published on the GoReleaser blog.
Go 1.26 rebuilt go fix on the analysis framework. It modernizes your code and respects the Go version your module declares. The post covers the modernizers, the bigger x/tools suite, and what //go:fix inline can and can't migrate.