Wingetlywingetly
← All apps

Go Programming Language

by https://go.devv1.27.0

Last updated

An open source programming language that makes it simple to build secure, scalable systems.

Install with winget

$ winget install --id GoLang.Go --exact --version 1.27.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Go Programming Language

Go Programming Language uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i go1.27.0.windows-amd64.msi /quiet /norestart

See the full silent install reference for Go Programming Language

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

The Go programming language is an open source project to make programmers more productive.

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Installers · v1.27.0

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
machineDirect
x64MSI
WiX
machineDirect
arm64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • medium5.3Patched in wingetCVE-2026-42505affects before 1.25.12, 1.26.5Jul 8, 2026

    Handshakes which used Encrypted Client Hello could be de-anonymized by a passive network observer due to a disclosure of pre-shared key identities in the unencrypted client hello.

  • high7.8Patched in wingetCVE-2026-39822affects before 1.25.12, 1.26.5Jul 8, 2026

    On Unix systems, opening a file in an os.Root improperly follows symlinks to locations outside of the Root when the final path component of the a path is a symbolic link and the path ends in /. For example, 'root.Open("symlink/")' will open "symlink" even when "symlink" is a sym...

  • high7.5Patched in wingetCVE-2026-42501affects before 1.25.10, 1.26.3May 7, 2026

    A malicious module proxy can exploit a flaw in the go command's validation of module checksums to bypass checksum database validation. This vulnerability affects any user using an untrusted module proxy (GOMODPROXY) or checksum database (GOSUMDB). A malicious module proxy can se...

  • high7.5Patched in wingetCVE-2026-42499affects before 1.25.10, 1.26.3May 7, 2026

    Pathological inputs could cause DoS through consumePhrase when parsing an email address according to RFC 5322.

  • high7.5Patched in wingetCVE-2026-39836affects before 1.25.10, 1.26.3May 7, 2026

    The Dial and LookupPort functions panic on Windows when provided with an input containing a NUL (0).

  • medium6.1Patched in wingetCVE-2026-39826affects before 1.25.10, 1.26.3May 7, 2026

    If a trusted template author were to write a <script> tag containing an empty 'type' attribute or a 'type' attribute with an ASCII whitespace, the execution of the template would incorrectly escape any data passed into the <script> block.

  • medium5.3Patched in wingetCVE-2026-39825affects before 1.25.10, 1.26.3May 7, 2026

    ReverseProxy can forward queries containing parameters not visible to Rewrite functions. When used with a Rewrite function, or a Director function which parses query parameters, ReverseProxy sanitizes the forwarded request to remove query parameters which are not parsed by url.P...

  • medium6.1Patched in wingetCVE-2026-39823affects before 1.25.10, 1.26.3May 7, 2026

    CVE-2026-27142 fixed a vulnerability in which URLs were not correctly escaped inside of a <meta> tag's <content> attribute. If the URL content were to insert ASCII whitespaces around the '=' rune inside of the <content> attribute, the escaper would fail to similarly escape it, l...

Showing 8 of 25. Source: NVD, updated 6h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Node.js (LTS)Node.js Foundation
    OpenJS.NodeJS.LTSv24.19.0

    Run JavaScript Everywhere

  • Python 3.12Python Software Foundation
    Python.Python.3.12v3.12.10

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • O
    Ollama (Portable)Ollama
    Ollama.Ollama.Portablev0.33.1

    Start building with open models.

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.268

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

  • Python 3.14Python Software Foundation
    Python.Python.3.14v3.14.7

    A programming language that lets you work more quickly and integrate your systems more effectively.

  • CursorAnysphere
    Anysphere.Cursorv3.19.7

    The AI Code Editor

More from https://go.dev or browse go, golang, language.

Frequently asked questions

How do I install Go Programming Language on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id GoLang.Go --exact --version 1.27.0. winget downloads the installer from https://go.dev and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Go Programming Language silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id GoLang.Go --exact 1.27.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Go Programming Language?
Go Programming Language uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i go1.27.0.windows-amd64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Go Programming Language via winget?
Run: winget uninstall --id GoLang.Go --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Go Programming Language's Apps & Features entry.
Is Go Programming Language free?
Go Programming Language is distributed under BSD-3-Clause. Refer to the publisher (https://go.dev/dl/) for the full license terms - Wingetly itself does not charge for installation.
Does Go Programming Language work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Go Programming Language directly from the publisher.
How do I keep Go Programming Language up to date?
Run winget upgrade --id GoLang.Go --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Go Programming Language from microsoft/winget-pkgs.

Recent versions

  • 1.27.0latest
  • 1.26.7
  • 1.26.6
  • 1.26.5
  • 1.26.4
  • 1.26.3
  • 1.26.2
  • 1.26.1
  • 1.26.0
  • 1.25.7