https://github.com/goreleaser/goreleaser/releases/tag/v2.16.0
Using HTTP/2 Cleartext for a server in Go 1.24
https://www.clarityboss.com/blog/go-http2-cleartext-h2c-cloud-run
I'll give a brief outline of how to enable HTTP/2 cleartext (h2c) in a Go API server when you are using Go 1.24 or newer. This is useful in Cloud Run environments, which handles TLS termination but can take advantage of HTTP/2 features.
Go finally gets generics—type‑agnostic code is now possible, and the new syntax is already in the compiler.
🔑 Insight: despite the hype, surveys show generics weren’t devs’ top wish; many still crave better tooling, smoother concurrency, and richer libraries.
We’ll see how quickly teams adopt them and whether the “real” pain points get addressed next.
Go developers, meet the Stellar SDK — now you can craft, sign, and submit Stellar transactions straight from Go.
Key insight: the new library bundles all network calls, so you can focus on logic, not plumbing.
**Why it matters:**
- Faster onboarding for Go projects
- Cleaner, type‑safe code
- Keeps your stack open‑source & privacy‑friendly
Explore docs, build decentralized apps easily.
🔥 TRENDING
📢 What’s the Go programming language (Golang) really good for? - InfoWorld
#What’s #Golang #Infoworld #GlobalFeed #News #EN
*Automatically posted by Global Feed Bot*
New blog post 🥳
How my minimal, memory-safe #golang rsync steers clear of vulnerabilities
Back in January 2025, multiple different security researchers published a total of 6 security vulnerabilities in rsync[…], so naturally I was wondering whether/how my gokrazy/rsync implementation was affected. Did implementing my own (compatible, but minimal) rsync in Go, a modern and memory-safe programming language, really rule out entire classes of security vulnerabilities?
→ https://michael.stapelberg.ch/posts/2026-05-24-minimal-memory-safe-go-rsync-vulns/
Go-Lang-Sicherheit im Fokus: Google hat Sicherheitslücken in seiner Sprache entdeckt und neue Versionen rausgespuckt.
⚙️ Wichtigster Take‑Away: Entwickler müssen sofort auf die Updates upgraden, um Exploits zu blocken.
🛡️ Beinahe jeder Build-Manager erlaubt jetzt automatische Updates – nutze sie.
#GoLang #OpenSource #Datenschutz #Dezentralisierung #TechNews