Public list by ~golangweekly

Issue 601 - Why Cilium vendors every Go module in 2026

Go fuzzing was missing half the toolkit. We forked the toolchain to fix it.

https://blog.trailofbits.com/2026/05/12/go-fuzzing-was-missing-half-the-toolkit.-we-forked-the-toolchain-to-fix-it./

'Go Fuzzing Was Missing Half the Toolkit: We Forked the Toolchain to Fix It' — Go’s fuzzer lags the LibAFL-class tools Rust and C++ devs take for granted. Enter gosentry: a fork of the Go toolchain that runs testing.F harnesses on a LibAFL engine, adding struct-aware and grammar-based fuzzing, race and goroutine-leak detection. Together these surface bug classes the native fuzzer can miss.

3 months ago

How we got microVMs booting in under a second

https://fandf.co/4ttYJ59

From 8 Seconds to Under 1: How Depot CI Boots Fast — No warm pools, no pre-warming. Depot CI's microVMs start just-in-time, so cold boot speed is everything. The full optimization story: custom kernel, replacing systemd, ditching cloud-init, and tuning huge pages to get from 8 seconds to under 800ms.

3 months ago

Securing CI/CD for an open source project: lessons from Cilium

https://cilium.io/blog/2026/05/06/securing-cicd-open-source-lessons-from-cilium/

How Cilium Hardens Its Go Supply Chain End to End — Vendoring every Go module is just one of a dozen controls in Cilium’s GitHub Actions and supply chain playbook, from gating PR triggers to signing releases, with an honest list of the gaps they haven’t closed yet.

3 months ago

The GoLand 2026.2 Early Access Program Has Started | The GoLand Blog

https://blog.jetbrains.com/go/2026/05/11/the-goland-2026-2-early-access-program-has-started/

📊 The GoLand 2026.2 Early Access Program — The commercial Go IDE focuses on performance, pulling perf work out of separate tools and into the IDE, like built-in profiler visualization and analysis, escape analysis, a struct layout optimizer, and real-time CPU/memory usage monitoring.

#2026.2 #eap #goland

3 months ago

GitHub - tidwall/btype: B-tree based collection types for Go

https://github.com/tidwall/btype

btype: Fast B-Tree-Based Collection Types — From the creator of GJSON comes a new library offering B-tree-based collection types (including maps, sets, tables, queues, and stacks) that’s faster than existing B-tree implementations in Go, Rust, and C++.

3 months ago

GitHub - mvdan/gofumpt: A stricter gofmt

https://github.com/mvdan/gofumpt

🔎 gofumpt 0.10: An Even Stricter gofmt — If gofmt doesn't go far enough for you, gofumpt (which can be run as a drop-in replacement for gofmt) has even more rules to keep your codebase under control. v0.10 is based on Go 1.26’s gofmt and adds… yes, even more rules.

3 months ago

GitHub - nakagami/grdpwasm: A web-based RDP client

https://github.com/nakagami/grdpwasm

grdpwasm: A Go WASM-Powered RDP Client for the Web — A browser-based implementation of an RDP (Microsoft's Remote Desktop Protocol) client in Go that's compiled to WebAssembly.

3 months ago