Go 1.19 beta 1 version released
Golang team at Google released Go 1.19 beta 1 version on 10-06-2022.
If Go is already installed in your machine and to try Go 1.19 beta 1 version use below go install
command.
>go install golang.org/dl/go1.19beta1@latest
>go1.19beta1 download
Now we can use Go 1.19 beta 1 language version by using go1.19beta1
>go1.19beta1 version
go version go1.19beta1 windows/amd64
Major Changes in Go 1.19 beta 1 release
As of now there are no major changes planned as part of Go 1.19 release.
Please go through the release notes to understand the changes happened as part of Go 1.19 release.
https://tip.golang.org/doc/go1.19
Download Go 1.19 beta 1 binary
To download Go 1.19 beta 1 binary and source distributions use the below link. https://go.dev/dl/#go1.19beta1