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 https://golang.org/dl/go1.15.5.linux-amd64.tar.gz
$ sudo tar -C /usr/local -xzf go1.15.5.linux-amd64.tar.gz
$ export PATH=$PATH:/usr/local/go/bin
$ source ~/.bashrc
$ go version
still it shows version 1.13
kindly guide
thanking in advance
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/ac8694ce-6a9d-4ae1-9e91-66b283f1ac50n%40googlegroups.com.
Yes I am using Go in WSL(Sorry I forgot to mention it)go 1.13 version is in Networks\\wsl$\Ubuntu\home\lincy\gobut 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 Vscode at the bottom of the window it shows go 1.13? how do I change it to go 1.15