I hereby claim:
- I am vishalvivekm on github.
- I am vishalvivekm (https://keybase.io/vishalvivekm) on keybase.
- I have a public key ASB--n3sG06wWAbeqCgAfXSkyJ6peq07KxG-tJGoAx5Dywo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| how to install golang on linux | |
| Get go releases from here https://go.dev/dl/ | |
| 1. download the latest release : wget https://go.dev/dl/go1.21.4.linux-amd64.tar.gz | |
| 2. sudo tar -C /usr/local -xzf go1.21.4.linux-amd64.tar.gz | |
| 3. export PATH=$PATH:/usr/local/go/bin | |
| 4. $ go version | |
| > go version go1.21.4 linux/amd64 |