golang
| Version | 2026.144.1443 |
| Repo | superproject |
Go programming language compiler — the go toolchain on $PATH
Installs the Go compiler/toolchain from each distro’s package repo
(arch go, debian/ubuntu golang-go, fedora golang-bin), landing
the go driver binary at /usr/bin/go. Verifiable end to end: the
binary exists, go version reports a Go toolchain version, and the
toolchain actually compiles and runs a standalone Go program.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the go compiler binary is installed at /usr/bin/go |
check |
running go version succeeds and prints a Go toolchain version |
check |
the toolchain compiles and runs a standalone Go program and prints its output |
check |
package=go |