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.
Follow to track new versions in your feed.
Overview
0
Version & Lifecycle
0
Community Notes
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: —
Next anticipated release: —
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
Packaging Notes
0
Go uses semantic versioning with backward compatibility guarantees for Go 1.x series