After about 4 years in, I am still making games in #golang with #ebitengine
My next game will use the same engine too
#gamedev #indiedev
Posts by Dmitri Shuralyov
$ go install golang.org/dl/go1.26.1@latest $ go1.26.1 download Downloaded 0.0% ( 0 / 64661384 bytes) ... Downloaded 50.0% (32330692 / 64661384 bytes) ... Downloaded 100.0% (64661384 / 64661384 bytes) Unpacking go1.26.1.linux-riscv64.tar.gz ... Success. You may now run 'go1.26.1' $ go1.26.1 version go version go1.26.1 linux/riscv64
π Go 1.26.1 and 1.25.8 are released!
π Security: Includes security fixes for the standard library (CVE-2026-25679, CVE-2026-27137, CVE-2026-27138, CVE-2026-27139, CVE-2026-27142).
π’ Announcement: groups.google.com/g/golang-ann...
π¦ Download: go.dev/dl/#go1.26.1
#golang
Dependabot security alerts have terrible signal-to-noise ratio, especially for Go vulns. That hurts security!
Just turn it off and set up a pair of scheduled GitHub Actions, one running govulncheck and the other running CI with the latest version of your deps.
Less work, less risk, better results!
$ go install golang.org/dl/go1.26.0@latest $ go1.26.0 download Downloaded 0.0% ( 0 / 63102509 bytes) ... Downloaded 50.0% (31551254 / 63102509 bytes) ... Downloaded 100.0% (63102509 / 63102509 bytes) Unpacking go1.26.0.openbsd-arm64.tar.gz ... Success. You may now run 'go1.26.0' $ go1.26.0 version go version go1.26.0 openbsd/arm64
π Go 1.26.0 is released!
ποΈ Release notes: https://go.dev/doc/go1.26
β¬οΈ Download: https://go.dev/dl/#go1.26.0
#golang
π Go 1.26 Release Candidate 3 is released!
π Security: Includes an update for crypto/tls (CVE-2025-68121).
π Run it in dev! Run it in prod! File bugs! go.dev/issue/new
π’ Announcement: groups.google.com/g/golang-ann...
β¬οΈ Download: go.dev/dl/#go1.26rc3
#golang
The aurora tonight from Fairbanks, Alaska filmed in real-time (not sped up). Insane show!
π Go 1.26 Release Candidate 2 is released!
π Security: Includes security fixes for archive/zip, net/http, crypto/tls, cmd/go.
π Run it in dev! Run it in prod! File bugs! go.dev/issue/new
π’ Announcement: groups.google.com/g/golang-ann...
π¦ Download: go.dev/dl/#go1.26rc2
#golang
Related #golang PSA:
Gophers often mistakenly put a -u in 'go get -u foo', when they would have been better off with just 'go get foo'.
'go get foo' says to upgrade foo itself. It's shorthand for 'go get foo@upgrade'
'go get -u foo' says to *also* upgrade all the direct and indirect deps of foo.
Using an age keyserver as a demo, this article demonstrates how to add a transparency log to a centralized service step-by-step.
We use Tessera for the tlog, VRFs for privacy, and the Witness Network. It all takes just 500 lines to integrate!
The result of years of work making tlogs accessible.
$ go install golang.org/dl/go1.26rc1@latest $ go1.26rc1 download Downloaded 0.0% ( 0 / 66081079 bytes) ... Downloaded 50.0% (33040539 / 66081079 bytes) ... Downloaded 100.0% (66081079 / 66081079 bytes) Unpacking go1.26rc1.linux-s390x.tar.gz ... Success. You may now run 'go1.26rc1' $ go1.26rc1 version go version go1.26rc1 linux/s390x
π Go 1.26 Release Candidate 1 is released!
πββοΈ Run it in dev! Run it in prod! File bugs! https://go.dev/issue/new
π£ Announcement: groups.google.com/g/golang-announce/c/i0ei...
β¬οΈ Download: https://go.dev/dl/#go1.26rc1
#golang
WebGPU in WebXR (webkit.org/blog/17640/w...), by far.
βGoβs Sweet 16β by Austin Clements, for the Go team β https://go.dev/blog/16years
#golang
Deep Space Exploitation is...
πOUT NOW!π
You can get it on #steam: s.team/a/3656660/
Or @itch.io: juhrjuhr.itch.io/deep-space-e...
A little signal boost is greatly appreciated, so please repost, and tell your friends and cat :)
#videogames #indiegames #gaming #pixelart #retro #itch
So happy that "Added WebGPU support for WebXR" (developer.apple.com/documentatio...) made it! Thank you!
Happy to see someone outside Google rebuild/verify Go toolchains. Thanks @agwa.name! www.agwa.name/blog/post/ve...
"So far, Source Spotter has successfully reproduced every toolchain since Go 1.21.0, for every architecture and operating system. As of publication time, that's 2,672 toolchains!"
Iβm curious, if you donβt mind sharing, whatβs your play time in hours at this point? (If youβd rather not say, no worries!)
Control Ultimate Edition key art. Jesse Faden fighting Hiss.
Apple takes CONTROL!
You will soon be able to enter the Oldest House on iPhone, iPad, and Apple Vision Pro alongside Mac. Play with a game controller, or tap into the action with touch controls.
Discover a world unknown when Control arrives on these platforms in early 2026.
#ControlRemedy #RMD30
To implement robust mitigations across Geomys, I did a survey of open source project compromises in 2024/2025.
Three root causes dominate: phishing, control handoff, and unsafe GitHub Actions triggers. All three can be systematically avoided.
words.filippo.io/compromise-s...
$ go install golang.org/dl/go1.25.2@latest $ go1.25.2 download Downloaded 0.0% ( 0 / 58280426 bytes) ... Downloaded 50.0% (29140213 / 58280426 bytes) ... Downloaded 100.0% (58280426 / 58280426 bytes) Unpacking go1.25.2.linux-riscv64.tar.gz ... Success. You may now run 'go1.25.2' $ go1.25.2 version go version go1.25.2 linux/riscv64
π₯³ Go 1.25.2 and 1.24.8 are released!
π’ Announcement: groups.google.com/g/golang-announce/c/4Emd...
π¦ Download: https://go.dev/dl/#go1.25.2
#golang
Go's execution tracer is a woefully underutilized tool. It contains tons of information about what is happening at any given moment that you won't get with a profile.
In addition to showing flight recording capabilities, this post provides a nice example of how to use tracing to diagnose a problem.
Hi folks, itβs survey time! Weβd love to learn more about how you use Go and what could be improved. Share your feedback via our annual developer survey at google.qualtrics.com/jfe/form/SV_.... It should take 10 - 20 minutes to complete, and will be open through September 30. Thank you!
#golang
βA new experimental Go API for JSONβ by Joe Tsai, Daniel MartΓ, Johan Brandhorst-Satzkorn, Roger Peppe, Chris Hines, and Damien Neil β https://go.dev/blog/jsonv2-exp
#golang
$ go install golang.org/dl/go1.25.1@latest $ go1.25.1 download Downloaded 0.0% ( 0 / 56829270 bytes) ... Downloaded 50.0% (28414635 / 56829270 bytes) ... Downloaded 100.0% (56829270 / 56829270 bytes) Unpacking go1.25.1.netbsd-arm64.tar.gz ... Success. You may now run 'go1.25.1' $ go1.25.1 version go version go1.25.1 netbsd/arm64
π Go 1.25.1 and 1.24.7 are released!
π Security: Includes a security fix for net/http (CVE-2025-47910).
π£ Announcement: groups.google.com/g/golang-announce/c/PtW9...
π¦ Download: https://go.dev/dl/#go1.25.1
#golang
My GopherCon EU talk about Swiss Table maps is now available!
youtu.be/aqtIM5AK9t4
Hawaiian gopher shirt pattern.
Heading home from #GopherCon 2025 in NYC. As usual, many people asked how to get one of the amazing Go gopher Hawaiian shirts by Renee French. I've posted the details at github.com/rsc/gophersh.... (I know one person who has made pajama pants with the pattern. Socks might be nice too.) Enjoy!
Here are the slides for my "What's coming to Go 1.25" talk at #GopherConUK!
#golang
$ go install golang.org/dl/go1.25.0@latest $ go1.25.0 download Downloaded 0.0% ( 0 / 58130695 bytes) ... Downloaded 50.0% (29065347 / 58130695 bytes) ... Downloaded 100.0% (58130695 / 58130695 bytes) Unpacking go1.25.0.freebsd-arm.tar.gz ... Success. You may now run 'go1.25.0' $ go1.25.0 version go version go1.25.0 freebsd/arm
π Go 1.25.0 is released!
π Release notes: https://go.dev/doc/go1.25
β¬οΈ Download: https://go.dev/dl/#go1.25.0
#golang
Congrats! Looking forward to seeing you there!
$ go install golang.org/dl/go1.25rc3@latest $ go1.25rc3 download Downloaded 0.0% ( 0 / 58027901 bytes) ... Downloaded 50.0% (29013950 / 58027901 bytes) ... Downloaded 100.0% (58027901 / 58027901 bytes) Unpacking go1.25rc3.netbsd-386.tar.gz ... Success. You may now run 'go1.25rc3' $ go1.25rc3 version go version go1.25rc3 netbsd/386
π Go 1.25 Release Candidate 3 is released!
π Run it in dev! Run it in prod! File bugs! https://go.dev/issue/new
π£ Announcement: groups.google.com/g/golang-announce/c/sTNn...
π¦ Download: https://go.dev/dl/#go1.25rc3
#golang
WebXR enhancements are still at the top of my wishlist.