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 manually

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? In

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`. I