[go-nuts] Re: Go Toolchain Management from 1.21.0 onwards

2023-08-16 Thread Stephen Illingworth
On Wednesday, 16 August 2023 at 08:47:36 UTC+1 Christoph Berger wrote: Thank you for replying. What prevents you from using the new toolchains mechanism? Nothing really. I suppose it's just that I don't really understand what it is or what it's for. The current method of dealing with the to

[go-nuts] Re: Go Toolchain Management from 1.21.0 onwards

2023-08-16 Thread Christoph Berger
As far as I understand the Toolchains document, Go projects made with Go 1.21 or later can demand a particular toolchain for compiling a module (through the go and toolchain directives). If you disable downloading toolchains as needed, the new behavior of the go and toolchain directives might b