Debian packaging for Go 1.25: compiles the Go toolchain from the official golang/go source tree into golang-1.25-go packages for enterprise .deb-only installs.
trixieunstable
Packaging trees live under debiandirs/<suite>/. Changelog tracks:
- mainline —
changelogs/mainline/<suite>
Clone or seed this repo as a sibling of go-pipeline/, then from go-pipeline/:
make materialize GO=1.25 DIST=trixie
make build GO=1.25| Path | Purpose |
|---|---|
go/ |
Go source tree (git submodule from golang/go, release-branch.go1.25 branch) |
patches/ |
Quilt series (applied via gbp pq) |
debiandirs/ |
Per-suite Debian packaging (trixie, unstable) |
changelogs/ |
mainline dch history per suite |
.github/workflows/main.yml |
Caller workflow for scheduled CI (seeded per minor line) |