All Products
Search
Document Center

Alibaba Cloud SDK:Install Go on Windows

Last Updated:Jun 23, 2026

Learn how to download, install, and verify Go on a Windows system.

  1. Download the Windows installation package from golang.org or The Go Programming Language.

  2. Double-click the downloaded installation package and follow the instructions in the installation wizard.

  3. When the installation finishes, press Win+R, type cmd, and click OK to open Command Prompt.

  4. Run go version. The output should resemble the following:

    C:\Users\xxx>go version
    go version go1.22.2 windows/amd64
    C:\Users\xxx>