Go automatically downloads a newer toolchain if needed
Starting in Go 1.21, the Go distribution consists of agocommand and a bundled Go toolchain, which is the standard library as well as the compiler, assembler, and other tools. Thegocommand can use its bundled Go toolchain as well as other versions that it finds in the localPATHor downloads as needed.