🄳 Go 1.27 Release Candidate 3 is released! šŸ” Security: Includes 10 security fixes to the standard library and the toolchain. šŸƒā€ā™€ļø 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.27rc3

$ go install golang.org/dl/go1.27rc3@latest
$ go1.27rc3 download
Downloaded   0.0% (       0 / 66664285 bytes) ...
Downloaded  50.0% (33332142 / 66664285 bytes) ...
Downloaded 100.0% (66664285 / 66664285 bytes)
Unpacking go1.27rc3.freebsd-arm64.tar.gz ...
Success. You may now run 'go1.27rc3'
$ go1.27rc3 version
go version go1.27rc3 freebsd/arm64
alt text

$ go install golang.org/dl/go1.27rc3@latest $ go1.27rc3 download Downloaded 0.0% ( 0 / 66664285 bytes) ... Downloaded 50.0% (33332142 / 66664285 bytes) ... Downloaded 100.0% (66664285 / 66664285 bytes) Unpacking go1.27rc3.freebsd-arm64.tar.gz ... Success. You may now run 'go1.27rc3' $ go1.27rc3 version go version go1.27rc3 freebsd/arm64

2 comments — live from bluesky

Klaus Post Ā· 2 Ā· 1d ago
Just 2381 more bytes and we are good to release :D
Joh Ā· 1 Ā· 1d ago
(Draft) release notes: go.dev/doc/go1.27