The script is based on official installation instructions from https://go.dev/doc/install. This is the default behavior: 1. Search for the latest binary release in ...
A recent change set a threshold of 16MiB for stack allocating objects. Objects larger than 16MiB will be heap allocated even when their scope is known to be limited. Instead of treating these objects ...