凭据访问
Reads environment variables, private module credentials, Git credentials, and project config.
代理安全
go builds and runs binaries that can access project files, modules, and release workflows.
Reads environment variables, private module credentials, Git credentials, and project config.
Can run tools that call cloud, Git, or deployment APIs.
Can produce release binaries and publish modules or container images via scripts.
Gate release, private-module, and deployment commands.
Allow build/test commands; require approval for release publishing and credentialed module operations.
安装
brew install golocal Homebrew formula metadata
sudo apk add goAlpine Linux edge package indexes · go · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#gonixpkgs package indexes · go · 来源: raw.githubusercontent.com
sudo pacman -S goArch Linux sync databases · go · 来源: geo.mirror.pkgbuild.com
sudo zypper install goopenSUSE Tumbleweed package metadata · go · 来源: download.opensuse.org
sudo dnf install golangFedora Rawhide package metadata · golang · 来源: dl.fedoraproject.org
choco install goChocolatey community package catalog · go · 来源: community.chocolatey.org
scoop install main/goScoop official bucket manifest trees · bucket/go.json · 来源: api.github.com
winget install --id GoLang.Go -eWindows Package Manager source index · GoLang.Go · 来源: cdn.winget.microsoft.com
概览
Open source programming language to build simple/reliable/efficient software
历史
Go is an open source programming language, compiler, standard library, formatter, and command-line toolchain distributed through the go and gofmt executables.
Go was designed at Google beginning in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson to improve programming productivity for multicore, networked machines and large codebases. The project was launched to the public on 10 November 2009 as an open source language focused on simplicity and efficiency.
Go 1 was released on 28 March 2012 and established the compatibility promise that programs written for Go 1 should continue to compile and run under later Go 1 releases. That stability turned the experimental public release into a predictable platform for application code, libraries, and distribution packaging.
The Go team described strong early community growth after the 2009 launch, including external contributors, mailing-list activity, and adoption both inside Google and by outside companies. By the project's tenth anniversary, Go's official blog described adoption across cloud infrastructure, naming Docker, Etcd, Istio, Kubernetes, Prometheus, and Terraform as examples of core cloud software written in Go.
Practitioners use the go command to create modules, fetch dependencies, build, test, install commands, run programs, and maintain go.mod and go.sum files. A module's go.mod file defines the module path, Go version, and dependency requirements, while Go commands such as go mod tidy and go get keep those requirements consistent.
Go's toolchain model made the package more than a compiler binary. The distribution includes the go command plus a bundled toolchain made up of the standard library, compiler, assembler, and other tools; beginning with Go 1.21, the go command can also select or download toolchains according to go and toolchain lines in a module or workspace.
The brew:go formula is a foundational language-runtime package on macOS and Linux because it installs the canonical go command and gofmt formatter used to build Go software and many other Homebrew formulas from source.
审批门
本地审批门种子包含 7 条适用于 go 的规则。覆盖的入口点:go, gofmt。严重级别:高, 低, 中。覆盖状态:partial,审核于 2026-05-21。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
go | cli | 全局可执行文件 | |
gofmt | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:go |
|---|---|
| 版本 | 1.26.5 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/go |
| 主页 | https://go.dev/ |
| 仓库 | https://go.googlesource.com/go |
| 上游文档 | https://go.dev/doc |
| 许可证 | BSD-3-Clause |
| 源码归档 | https://go.dev/dl/go1.26.5.src.tar.gz |
| 最后更新 | 2026-07-08T03:14:15Z |
| Pulse | updated |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | go |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
go
nix profile install nixpkgs#gogo 1.26.3-r0
Go programming language compiler
sudo apk add gogo-doc 1.26.3-r0
Go programming language compiler (documentation)
sudo apk add go-docgolang 1.26.4-2.fc45
The Go Programming Language
sudo dnf install golanggo 2:1.26.4-1
Core compiler tools for the Go programming language
sudo pacman -S gogo 1.26-1.1
A compiled, garbage-collected, concurrent programming language
sudo zypper install gogo-doc 1.26-1.1
Go documentation
sudo zypper install go-docgo-race 1.26-1.1
Go runtime race detector
sudo zypper install go-racego1.21 1.21.13-8.1
A compiled, garbage-collected, concurrent programming language
sudo zypper install go1.21go1.22 1.22.12-4.1
A compiled, garbage-collected, concurrent programming language
sudo zypper install go1.22go1.23 1.23.12-3.1
A compiled, garbage-collected, concurrent programming language
sudo zypper install go1.23go1.24 1.24.13-2.1
A compiled, garbage-collected, concurrent programming language
sudo zypper install go1.24go1.25 1.25.11-2.1
A compiled, garbage-collected, concurrent programming language
sudo zypper install go1.25go1.26 1.26.4-2.1
A compiled, garbage-collected, concurrent programming language
sudo zypper install go1.26go
sudo port install gogo
choco install go来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.