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

2023-08-16 Thread Stephen Illingworth
On Wednesday, 16 August 2023 at 10:15:50 UTC+1 Christoph Berger wrote: I would assume that GOTOOLCHAIN=local does what you want. The doc says, > When GOTOOLCHAIN is set to local, the go command always runs the bundled Go toolchain. That's the conclusion I came

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

2023-08-16 Thread Christoph Berger
I would assume that GOTOOLCHAIN=local does what you want. The doc says, > When GOTOOLCHAIN is set to local, the go command always runs the bundled Go > toolchain. The author of this proposal in

[go-nuts] Go Toolchain Management from 1.21.0 onwards

2023-08-15 Thread Stephen Illingworth
With regards to the new Toolchain Management feature introduced in 1.21.0 Currently, my toolchain management is: download the source; compile; set paths to point to the new version. I like this and it works for me. Am I correct in thinking that the environment variable, GOTOOLCHAIN=local, will