docs(adr): amend 0033, the forge edge is open to the Go proxy and the GOPRIVATE note is retired (#440) #472
No reviewers
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea!472
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-440-docsinstall-drop-the-goprivate-temporary-until-pub"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes #440. The install guide already carries the plain
go install madtea.lol/cmd/madtea@latestline with no GOPRIVATE blockquote (removed with the pre-launch hedging cleanup), so the acceptance criteria were met in the docs. What was missing was the decision record: ADR 0033 still described a temporary GOPRIVATE requirement while the forge was gated.This adds a dated inline amendment to ADR 0033 (no reversal, body preserved) and touches its Status line:
go install madtea.lol/cmd/madtea@latestinstalls v0.18.5 through proxy.golang.org, and sum.golang.org holds the hashes;The ADR index row is updated to match.
Gate:
./scripts/gate.sh --fastpasses every check except go-version, which fails because this host runs Go 1.26.8 while go.mod pins 1.26.6. That is toolchain drift independent of this diff; CI's pinned 1.26.6 image matches go.mod. The bump is filed as its own issue.Closes #440