๐ŸŽŠ Go 1.26.6 and 1.25.13 are released! ๐Ÿ” Security: Includes 10 security fixes to the standard library and the toolchain. ๐Ÿ”ˆ Announcement: https://groups.google.com/g/golang-announce/c/94pEornpRlI/m/_JhCbsOZBAAJ ๐Ÿ“ฆ Download: https://go.dev/dl/#go1.26.6

$ go install golang.org/dl/go1.26.6@latest
$ go1.26.6 download
Downloaded   0.0% (       0 / 64802051 bytes) ...
Downloaded  50.0% (32401025 / 64802051 bytes) ...
Downloaded 100.0% (64802051 / 64802051 bytes)
Unpacking go1.26.6.netbsd-386.tar.gz ...
Success. You may now run 'go1.26.6'
$ go1.26.6 version
go version go1.26.6 netbsd/386
alt text

$ go install golang.org/dl/go1.26.6@latest $ go1.26.6 download Downloaded 0.0% ( 0 / 64802051 bytes) ... Downloaded 50.0% (32401025 / 64802051 bytes) ... Downloaded 100.0% (64802051 / 64802051 bytes) Unpacking go1.26.6.netbsd-386.tar.gz ... Success. You may now run 'go1.26.6' $ go1.26.6 version go version go1.26.6 netbsd/386

1 comments โ€” live from bluesky

Klaus Post ยท 2 ยท 1d ago
Amazing! Thanks for the great work! I know how hard these are to get out when you are on the edge of a new release.