chore: Go 1.26 modernization #5
No reviewers
Labels
No labels
needs-review
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/go-ai#5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/go-1.26-modernization"
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?
Modernize Go 1.23-era patterns to Go 1.26 idioms.
fmt.Errorf(static)→errors.New(44 occurrences)errBridgeNotAvailable(10 uses)errNotConnected(8 uses)errSelectorRequired(4 uses)errIDEmpty(4 uses)Sentinel extraction enables
errors.Is()matching for callers. All changes passgo buildandgo vet. No test files modified.