[go-nuts] Re: [security] Go 1.17.1 and Go 1.16.8 are released

2021-09-10 Thread Jérôme LAFORGE
Hello all, For testing purpose, how can I install Go 1.16.8 with Go 1.17? ``` $go version go version go1.17 linux/amd64 $go get golang.org/dl/go1.16.8 go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more informa

Re: [go-nuts] Re: [security] Go 1.17.1 and Go 1.16.8 are released

2021-09-10 Thread Ian Davis
On Fri, 10 Sep 2021, at 11:11 AM, Jérôme LAFORGE wrote: > Hello all, > For testing purpose, how can I install Go 1.16.8 with Go 1.17? > > ``` > $go version > go version go1.17 linux/amd64 > > $go get golang.org/dl/go1.16.8 > go get: installing executables with 'go get' in module mode is deprecat

Re: [go-nuts] Re: [security] Go 1.17.1 and Go 1.16.8 are released

2021-09-10 Thread Jérôme LAFORGE
Thanks, that works. Le vendredi 10 septembre 2021 à 13:15:18 UTC+2, Ian Davis a écrit : > On Fri, 10 Sep 2021, at 11:11 AM, Jérôme LAFORGE wrote: > > Hello all, > For testing purpose, how can I install Go 1.16.8 with Go 1.17? > > ``` > $go version > go version go1.17 linux/amd64 > > $go get golan