chore: Go 1.26 modernization #2
No reviewers
Labels
No labels
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-devops#2
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.
interface{}withany(106 occurrences)fmt.Errorf(static)→errors.New(95 occurrences)%s→%wfor error wrapping (9 occurrences)slices.Contains(2 files)sort.Strings→slices.Sort(5 occurrences)slices.Sorted(maps.Keys())(1 occurrence)All changes pass
go buildandgo vet. No test files modified.