Hi, our Golang toolchain defaults to automatically download a toolchain from the internet if not available locally:
--8<---------------cut here---------------start------------->8--- $ guix shell -C go -- go env | grep -i toolchain GOTOOLCHAIN='auto' --8<---------------cut here---------------end--------------->8--- The downloaded toolchain is compiled against GNU C library, but on a standard distribution, and hence does not work properly. I believe we should default to GOTOOLCHAIN='local', same as Alpine Linux does. Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.
