#589 — February 13, 2026 |
|
Go Weekly |
|
Go 1.26 Released |
|
Finally, the day we've all been waiting for! Go 1.26 has been released. It packs in a variety of syntax, runtime, and performance changes and improvements, with these being the ones that stood out to us:
|
Start on Postgres. Scale on Postgres — Most teams add a second database when analytics workloads grow. That means pipelines, sync lag, and drift that never go away. Tiger Data extends Postgres so you can run analytics on live operational data at scale with no second system required. Start building for free. Tiger Data sponsor |
|
IN BRIEF:
|
|
Redefining Go Functions —
Explores how to rewrite functions at runtime by modifying executable memory. Can you monkey-patch using Paul Boyd |
|
OTHER GO 1.26 GOODIES: ⭐ The Go 1.26 interactive tour by Anton Zhiyanov remains a must-see if you haven't got to it already. 📄 Detecting Goroutine Leaks with ⚙️ go-simdcsv is a high performance CSV parser that uses Go 1.26's experimental ⚙️ go-highway is a portable SIMD abstraction library supporting multiple architectures, with a fallback to pure Go. 📄 Context-Aware |
🛠 Code & Tools |
|
|
Stateless 1.8: A Library to Create Finite State Machines — Create state machines and lightweight state machine-based workflows directly in Go. It supports almost the same API as a similar project in C#. Is it bad I wanted to include this if only for its promo image (above)? Poor gopher! Quim Muntal |
|
Golangci-lint 2.9: A Fast Way to Run Multiple Linters — Runs linters in parallel, uses caching, supports YAML configuration, integrates with major IDEs, and includes over a hundred linters. v2.9 adds Go 1.26 support. (Changelog.) Various Contributors |
|
Less Bloat. Lower Cost. Try Go App Observability for Free — Learn more from your errors! Honeybadger delivers fast powerful querying with far less data ingest. Try it FREE! Honeybadger sponsor |
|
Risor 2.0: An Embeddable Scripting Language for Go Apps — The idea is you get a pragmatic language that feels a bit like a Go/Python hybrid you can embed into your Go app without dragging along a big runtime like V8 or Python itself: “It’s for Go developers who need to evaluate user-provided expressions, rules, or small scripts safely at runtime.” GitHub repo. Curtis Myzie et al. |
💡 Prefer to embed Scheme in your Go app? Wile is a new option to try. |
|
Dozzle 10.0: Simple Container Monitoring and Logging System — A self-hosted Go app that keeps real-time track of what all your containers are up to. A slick project of seven years’ vintage. v10 adds an alerts system and webhooks. Amir Raminfar |
|
👍 Well I thought it was neat.. |
|
|
DiffNav: Dolev Hadar |


