How to Check the Version of Go Installed on a Windows PC

In this article, we show how to check the version of Go installed on a Windows PC.
So you may be able to check the version of Go you have installed on your computer by going through your computer file system and seeing where Go was installed and then looking at the version.
But another, probably better way of doing it, is to go to the
command prompt on a Windows PC and typing in the following line shown below.
After you run this, the command prompt will return the version you have installed of Go.
This is shown below.
So you can see in this case that the version of Go that I have installed on my Windows PC is go15.2 windows/amd64.
So if you ever need to check the version of Go that you have installed on your PC, you can do it through the command prompt by typing in the single line, go version, and this will return the result.
So this is how to check the version of Go installed in windows.
Related Resources
How to Run a Go Program with Visual Studio Code