Go 1.20 released
Go 1.20 released
Posted Feb 2, 2023 19:32 UTC (Thu) by Cyberax (✭ supporter ✭, #52523)In reply to: Go 1.20 released by pbonzini
Parent article: Go 1.20 released
Go's decision to write their own compiler and runtime, on the other hand, resulted in a very tidy self-contained system that is easy to hack.
It also allows them to build truly static binaries, with cross-compilation support. So I can easily build macOS versions of my tools from a Linux-based CI/CD pipeline, by just setting GOARCH and GOOS in the compiler command line.