Go 1.20 version released

Golang team at Google released Go 1.20 version on 02-02-2023.

If Go is already installed in your machine and to try Go 1.20 version use below go install command.

>go install golang.org/dl/go1.20@latest
>go1.20 download

Now we can use Go 1.20 language version by using go1.20

>go1.20 version

go version go1.20 windows/amd64

Major Changes in Go 1.20 version

Please go through the release notes to understand the changes happened as part of Go 1.20 release.

https://go.dev/doc/go1.20

Download Go 1.20 version binary

To download Go 1.20 binary and source distributions use the below link. https://go.dev/dl/#go1.20

To compile Go language from source use a Git clone, and checkout Go 1.20

> git checkout go1.20