Re: [go-nuts] upgrade golang to 1.1.5 in vscode not showing

2021-03-25 Thread Dr. Lincy Jim
Hi Kurtis, I reinstalled vscode,ubuntu and wsl as the cache kept holding onto previous installations of go. Now it correctly shows go 15 at the bottom of the vscode window. I typed 'which-a go' now it shows usr/local/go/bin/go Now the issue has been resolved.Thanks again. On Thursday, March 25,

Re: [go-nuts] upgrade golang to 1.1.5 in vscode not showing

2021-03-24 Thread Kurtis Rader
On Wed, Mar 24, 2021 at 9:16 PM Dr. Lincy Jim wrote: > Yes I am using Go in WSL(Sorry I forgot to mention it) > go 1.13 version is in Networks > \\wsl$\Ubuntu\home\lincy\go > > but the 1.15 version is in Networks \\wsl$\Ubuntu\user\local (go 1.15 > has been extracted here) > > Should i

Re: [go-nuts] upgrade golang to 1.1.5 in vscode not showing

2021-03-24 Thread Dr. Lincy Jim
Hi Kurtis, Yes I am using Go in WSL(Sorry I forgot to mention it) go 1.13 version is in Networks \\wsl$\Ubuntu\home\lincy\go but the 1.15 version is in Networks \\wsl$\Ubuntu\user\local (go 1.15 has been extracted here) Should i manually copy the go 15 folder and place it where go 13 is?

Re: [go-nuts] upgrade golang to 1.1.5 in vscode not showing

2021-03-24 Thread Kurtis Rader
You say you are using Windows 10 but the commands you showed us makes it clear you are using Go in WSL (Windows Subsystem for Linux) rather than native Windows 10. I mention this because it is an important detail. You modify the PATH env var in your current shell but then run `source ~/.bashrc`.

[go-nuts] upgrade golang to 1.1.5 in vscode not showing

2021-03-24 Thread Dr. Lincy Jim
Hi, My os is windows 10 on which i have installed golang1.16 andd the version of golang on my vscode is1.13 but since I am using my laptop for work ,i have been asked to upgrade from 1.13 to 1.15 I did the following steps in terminal of vscode-ubuntu $ sudo wget