Compiled toolchains are published to the Checksum Database under the module golang.org/toolchain with versions like v0.0.1-go1.26.0.darwin-arm64, for use with GOTOOLCHAIN.
https://go.dev/doc/toolchain#download
It would be nice if the source zip files were also published to the sumdb, maybe simply as version v0.0.1-go1.26.0 etc.
For example, @AGWA explains he would have used them as a starting point for the toolchain reproducibility verification in https://www.agwa.name/blog/post/verifying_go_reproducible_builds.
Myself I would use it to show the source of standard library packages on https://pkg.geomys.org.
/cc @golang/release, @golang/command-line
Compiled toolchains are published to the Checksum Database under the module
golang.org/toolchainwith versions like v0.0.1-go1.26.0.darwin-arm64, for use with GOTOOLCHAIN.https://go.dev/doc/toolchain#download
It would be nice if the source zip files were also published to the sumdb, maybe simply as version v0.0.1-go1.26.0 etc.
For example, @AGWA explains he would have used them as a starting point for the toolchain reproducibility verification in https://www.agwa.name/blog/post/verifying_go_reproducible_builds.
Myself I would use it to show the source of standard library packages on https://pkg.geomys.org.
/cc @golang/release, @golang/command-line