<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/go-1-26-quietly-fixed-the-things-that-were-actually-annoying-eei6x0bgf" -->

---
title: Go 1.26 Quietly Fixed the Things That Were Actually Annoying
description: Go 1.26 focuses on practical improvements over flashy features. The headline change is Green Tea GC becoming the default, promising 10–40% reduction in GC...
canonical: https://daily.dev/posts/go-1-26-quietly-fixed-the-things-that-were-actually-annoying-eei6x0bgf
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Go 1.26 Quietly Fixed the Things That Were Actually Annoying | daily.dev
og:description: Go 1.26 focuses on practical improvements over flashy features. The headline change is Green Tea GC becoming the default, promising 10–40% reduction in GC...
og:url: https://daily.dev/posts/go-1-26-quietly-fixed-the-things-that-were-actually-annoying-eei6x0bgf
og:image: https://api.daily.dev/og/posts/EeI6x0bGf.png
og:image:alt: Go 1.26 Quietly Fixed the Things That Were Actually Annoying
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Go 1.26 Quietly Fixed the Things That Were Actually Annoying

**[Towards Dev](https://daily.dev/sources/towardsdev)** · 7 min read · 106 upvotes · 0 comments

## Summary

Go 1.26 focuses on practical improvements over flashy features. The headline change is Green Tea GC becoming the default, promising 10–40% reduction in GC overhead for production services with no code changes required. Other notable additions include: `new()` accepting expressions for cleaner pointer-to-optional-value patterns, a rewritten `go fix` tool with automated modernizers and a source-level inliner for library migration paths, faster cgo calls, heap base address randomization for security hardening, an experimental goroutine leak profiler, and three new standard library packages (crypto/hpke, simd/archsimd, runtime/secret). The post also notes removal of `cmd/doc`/`go tool doc` in favor of `go doc`, and pprof defaulting to flame graphs.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://towardsdev.com/go-1-26-quietly-fixed-the-things-that-were-actually-annoying-5b4876071f04>

## Similar posts on daily.dev

- [Golang Weekly Issue 589: February 13, 2026](https://daily.dev/posts/golang-weekly-issue-589-february-13-2026-mj2ouwkea) · Golang Weekly · 9 upvotes · 0 comments

---

Tags: [#golang](https://daily.dev/tags/golang)

[View this post on daily.dev](https://daily.dev/posts/go-1-26-quietly-fixed-the-things-that-were-actually-annoying-eei6x0bgf)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Go 1.26 Quietly Fixed the Things That Were Actually Annoying","url":"https://daily.dev/posts/go-1-26-quietly-fixed-the-things-that-were-actually-annoying-eei6x0bgf","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/go-1-26-quietly-fixed-the-things-that-were-actually-annoying-eei6x0bgf"},"datePublished":"2026-07-03T22:38:10.285Z","dateModified":"2026-07-04T10:17:38.452Z","description":"Go 1.26 focuses on practical improvements over flashy features. The headline change is Green Tea GC becoming the default, promising 10–40% reduction in GC...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f17b201ecb82f1a51cab2a4aaaa25170?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f17b201ecb82f1a51cab2a4aaaa25170?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Towards Dev","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Towards Dev","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/2c710db2750a4a70835862534cb7c9d4","url":"https://daily.dev/sources/towardsdev"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/go-1-26-quietly-fixed-the-things-that-were-actually-annoying-eei6x0bgf","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":106},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"golang","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Towards Dev","item":"https://daily.dev/sources/towardsdev"},{"@type":"ListItem","position":3,"name":"Go 1.26 Quietly Fixed the Things That Were Actually Annoying"}]}
```

