Icon

Go

Go is a statically typed, compiled programming language designed at Google in 2007 and released in 2009. It emphasizes simplicity, efficiency, concurrency support, and a large standard library.
Latest: 1.26.3
Last checked: Feb 22, 2026 12:56am
Rank: 281/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: BSD-3-ClauseInstaller: installer packages (varies by OS)Winget: Available

Version & Lifecycle

0
Current: 1.26.3 N-2: 1.26.1 Oldest supported: 1.0 Avg cadence: Every 27 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Silent install note • April 2, 2026
0

Silent install tip

For silent installation of the Go Programming Language MSI on Windows, use MsiExec.exe /i go1.22.5.windows-amd64.msi /qn /L*v "%WINDIR%TempGo-Install.log" (replace version as needed) from an elevated command prompt after downloading from golang.org/dl/. This suppresses the UI, installs to the default directory, and generates a verbose log for troubleshooting enterprise deployments.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Go

Packaging Notes

0

Go uses semantic versioning with backward compatibility guarantees for Go 1.x series

Notes

0

Go versions are supported until two newer major releases are available; the language aims to maintain backward compatibility within the 1.x series.