# Installer go

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de go pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:go
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install go
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install go
```

  Preuve: MacPorts ports tree: lang/go/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add go
```

  Preuve: Alpine Linux edge package indexes: go from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#go
```

  Preuve: nixpkgs package indexes: go from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S go
```

  Preuve: Arch Linux sync databases: go from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install go
```

  Preuve: openSUSE Tumbleweed package metadata: go from https://download.opensuse.org/tumbleweed/repo/oss/repodata/155b97171d05e27afd950b6fe0d55513ff38f4597110664535bceedc680bbe6fd459f0733718dcc21dcf0efc7c8250fd1390c73d4790b42e62fb2c16a87242e5-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install go
```

  Preuve: Chocolatey community package catalog: go from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','gitversion.portable'

- Scoop (92%):

```sh
scoop install main/go
```

  Preuve: Scoop official bucket manifest trees: bucket/go.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id GoLang.Go -e
```

  Preuve: Windows Package Manager source index: GoLang.Go from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:go
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/go>
- **Version:** 1.26.3
- **Résumé source:** Open source programming language to build simple/reliable/efficient software
- **Page d'accueil:** <https://go.dev/>
- **Docs amont:** <https://go.dev/>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://go.dev/dl/go1.26.3.src.tar.gz>
- **Mis à jour:** 2026-05-10T22:44:36-04:00
- **Source générée:** 2026-05-26T17:25:59+00:00

## exécutables

- go (cli)
- gofmt (cli)
- go (alias)
- gofmt (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## fraîcheur

- page générée: 2026-05-26
- version du gestionnaire: 1.26.3
- gestionnaire mis à jour: 2026-05-10
- données locales: ok
- dépôt amont: https://go.dev/
- info: Release/tag comparison is only available for GitHub repositories.

## Notes de sécurité

compiler and runtime ecosystem.

- **Risque Geiger:** yellow / high
- compiler and runtime ecosystem
- **règles d'approbation:** 7

## Liens liés

- [golangci-lint](https://www.automicvault.com/pkg/brew/golangci-lint/) - Popular package that depends on this formula.
- [kubebuilder](https://www.automicvault.com/pkg/brew/kubebuilder/) - Popular package that depends on this formula.
- [operator-sdk](https://www.automicvault.com/pkg/brew/operator-sdk/) - Popular package that depends on this formula.
- [staticcheck](https://www.automicvault.com/pkg/brew/staticcheck/) - Popular package that depends on this formula.
- [gofumpt](https://www.automicvault.com/pkg/brew/gofumpt/) - Popular package that depends on this formula.
- [gosec](https://www.automicvault.com/pkg/brew/gosec/) - Popular package that depends on this formula.
- [goimports](https://www.automicvault.com/pkg/brew/goimports/) - Popular package that depends on this formula.
- [mage](https://www.automicvault.com/pkg/brew/mage/) - Popular package that depends on this formula.
- [go@1.24](https://www.automicvault.com/pkg/brew/go-1-24/) - Package name indicates the same formula family.
- [go@1.23](https://www.automicvault.com/pkg/brew/go-1-23/) - Package name indicates the same formula family.
- [go@1.25](https://www.automicvault.com/pkg/brew/go-1-25/) - Package name indicates the same formula family.
- [Package publisher tools](https://www.automicvault.com/pkg/package-publishers/)
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/)

## Sources

- Nucleus package database
- Geiger risk classifier
- approval-gate seed metadata
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
