Debug Go Concurrency Issues with Leak ProfilesJetBrains GoLand is a dedicated integrated development environment (IDE) designed for Go programmers. It offers comprehensive features like intelligent code completion, advanced debugging tools, built-in testing frameworks, and code navigation aids for both individual and collaborative development. GoLand's focus on efficiency and productivity, along with its integration with other JetBrains tools, makes it a powerful choice for professional Golang development.
The GoLand 2026.2 update adds full support for the new Goroutine leak profile introduced in Go 1.27. It helps identify goroutines that have become permanently blocked because the synchronization primitive they are waiting on, such as a channel, sync.Mutex, or sync.Cond, is no longer reachable. You can capture and analyze Goroutine leak profiles alongside CPU, memory, block, mutex, and goroutine profiles from the Go Optimization tool window, making it easier to diagnose complex concurrency problems during development before they become production issues. The feature is available automatically when your project uses Go 1.27.
To see a full list of what's new in version 2026.2, see our release notes.
GoLand is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals, lapsed renewals, and additional user licenses. See our GoLand licensing page for full details.
GoLand is available to buy in the following products:
GoLand
JetBrains All Products Pack
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Improve Performance in Large TypeScript Projects | 0 | 10.72 | 17-08-2026 |
| 2 | Work with Dynamic Ruby Code More Effectively | 0 | 6.46 | 20-08-2026 |
| 3 | Simplify Debug Configuration for Every Project | 0 | 7.52 | 12-08-2026 |
| 4 | Grok 4.6 is now available in GitHub Copilot | 0 | 11.88 | 14-08-2026 |
| 5 | Copilot memory and Ollama in GitHub Copilot for JetBrains | 0 | 5 | 11-08-2026 |
| 6 | Latency issues across a number of services | 0 | 12.62 | 23-07-2026 |
| 7 | All Core Devs - Testing (ACDT) #88, July 20, 2026 | 0 | 18.75 | 16-07-2026 |
| 8 | Critical TeamCity Flaw Could Let Unauthenticated Attackers Execute Server Commands | 0 | 4.71 | 28-07-2026 |
| 9 | CVE-2026-64607: Apache HttpComponents Client: Connection Leak on Content-Encoding Decode Error Leads to Pool Exhaustion DoS | 0 | 7.41 | 13-08-2026 |
| 10 | Yandex Go releases userver 3.0 — a new version of its open-source framework for building high-load applications | 0 | 14.69 | 22-04-2026 |