Re: [go-nuts] Can I play with go1.18 beta while keeping my stable 1.17 version around for production code?

2021-12-15 Thread fgergo
Sure: https://go.dev/doc/manage-install#installing-multiple On 12/15/21, Travis Keep wrote: > This may be silly question, but is there a way for me to download and play > with 1.18 while keeping my existing 1.17 installation for production code? > > Is there a way to have multiple versions of

Re: [go-nuts] Can I play with go1.18 beta while keeping my stable 1.17 version around for production code?

2021-12-15 Thread Brian Hatfield
Yes! If you see the release email, there's some steps included: If you have Go installed already, the easiest way to try go1.18beta1 is by using the go command: $ go install golang.org/dl/go1.18beta1@latest $ go1.18beta1 download On Wed, Dec 15, 2021 at 12:03 PM Travis Keep wrote: > This may

Re: [go-nuts] Can I play with go1.18 beta while keeping my stable 1.17 version around for production code?

2021-12-15 Thread Bruno Albuquerque
Yes, see instructions on how to download/install go1.18beta1. It explicitly suggests a way that will allow this. On Wed, Dec 15, 2021 at 9:03 AM Travis Keep wrote: > This may be silly question, but is there a way for me to download and play > with 1.18 while keeping my existing 1.17

[go-nuts] Can I play with go1.18 beta while keeping my stable 1.17 version around for production code?

2021-12-15 Thread Travis Keep
This may be silly question, but is there a way for me to download and play with 1.18 while keeping my existing 1.17 installation for production code? Is there a way to have multiple versions of go installed on the same computer? -- You received this message because you are subscribed to the