freeCodeCamp/guide/english/go/installing-go/windows-installer/index.md

1.3 KiB

title
Installing Go in Windows using the MSI Installer

Installing Go in Windows using the MSI Installer

From the golang's download page, get the Windows MSI installer and run it. You'll have to pick between the 64bit and 32bit versions. If you don't know what architecture your Windows version is running, just do a quick Google search to find out.

Most current versions of Windows are 64bit, so you should be okay getting the 64bit version in the featured downloads section, but if your computer is quite old, the 32bit version should be the safest bet.

64-bit Windows Installer

screenshot of golang's download page as of this writting, highliting link

32-bit Windows Installer

screenshot of golang's download page as of this writting, highliting link

Check installation and version of go

To check if go was successfully installed, open your command prompt and use:

> go version

This should print to the console the version of Go, while at the same time making sure the installation went smoothly.