<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/nmfkkkeoa" -->

---
title: Go 1.27 Release Notes | daily.dev
description: Go 1.27 ships in August 2026 with generic methods allowing type parameters on method declarations, a new encoding/json/v2 and jsontext package pairing that...
canonical: https://daily.dev/posts/nmfkkkeoa
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Go 1.27 Release Notes | daily.dev
og:description: Go 1.27 ships in August 2026 with generic methods allowing type parameters on method declarations, a new encoding/json/v2 and jsontext package pairing that...
og:url: https://daily.dev/posts/nmfkkkeoa
og:image: https://api.daily.dev/og/posts/NMFkKkEoa.png
og:image:alt: Post cover image
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.27 Release Notes

**[Go Developers](https://daily.dev/sources/golangdevs)** · [@feketegy](https://daily.dev/feketegy) · 4 upvotes · 0 comments

## Summary

Go 1.27 ships in August 2026 with generic methods allowing type parameters on method declarations, a new encoding/json/v2 and jsontext package pairing that becomes the default JSON implementation, a new crypto/mldsa package for post-quantum ML-DSA signatures, and experimental simd and simd/archsimd packages adding portable and architecture-specific vector support (now including arm64 Neon and WebAssembly SIMD). Other changes include a generally available goroutine leak profiler, faster small memory allocations (~1% overall improvement), removal of bzr version control support in the go command, permanent removal of several GODEBUG settings (asynctimerchan, gotypesalias, and multiple crypto/tls settings), macOS 13 Ventura as the new minimum requirement, and ELFv2 ABI support for big-endian PowerPC on Linux.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://go.dev/doc/go1.27>

## Similar posts on daily.dev

- [Governing Security in the Age of Infinite Signal](https://daily.dev/posts/governing-security-in-the-age-of-infinite-signal-qhihbir44) · Snyk · 0 upvotes · 0 comments
- [No one has a good plan for how AI companies should work with the government](https://daily.dev/posts/no-one-has-a-good-plan-for-how-ai-companies-should-work-with-the-government-nkajqoze1) · TechCrunch · 0 upvotes · 1 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/nmfkkkeoa)

```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":"DiscussionForumPosting","mainEntityOfPage":"https://daily.dev/posts/nmfkkkeoa","headline":"Go 1.27 Release Notes","text":"Shared: Go 1.27 Release Notes","url":"https://daily.dev/posts/nmfkkkeoa","datePublished":"2026-08-20T06:18:36.531Z","dateModified":"2026-08-20T06:19:48.491Z","author":{"@type":"Person","name":"George","url":"https://daily.dev/feketegy","image":"https://media.daily.dev/image/upload/s--YeiBYVuL--/f_auto/v1743758421/avatars/avatar_dR92D50hh","description":"I'm a full-stack, mediocre software developer and a huge indoor enthusiast.","worksFor":{"@type":"Organization","name":"Primal Skill","logo":"https://res.cloudinary.com/daily-now/image/upload/s--3uYxIiAn--/f_auto/v1725377017/companies/primalskill"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"EndorseAction"},"userInteractionCount":27560}},"image":"https://media.daily.dev/image/upload/s--P4t4XyoV--/f_auto/v1722860399/public/Placeholder%2001","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":4},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"sharedContent":{"@type":"WebPage","url":"https://api.daily.dev/r/CDRZhbtTs"},"isPartOf":{"@type":"WebPage","url":"https://daily.dev/squads/golangdevs","name":"Go Developers"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Go Developers","item":"https://daily.dev/squads/golangdevs"},{"@type":"ListItem","position":3,"name":"Go 1.27 Release Notes"}]}
```

