chore: Go 1.26 modernization #2

Merged
Charon merged 4 commits from chore/go-1.26-modernization into main 2026-02-24 18:01:47 +00:00

4 commits

Author SHA1 Message Date
Claude
eeec1fe372
chore: use slices.Sorted(maps.Keys()) for ordered iteration
All checks were successful
Security Scan / security (pull_request) Successful in 13s
Test / Vet & Build (pull_request) Successful in 39s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 16:32:47 +00:00
Claude
85775dc082
chore: use range-over-integer (Go 1.22+)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 16:32:00 +00:00
Claude
694e78ca34
chore: sort.Slice → slices.SortFunc
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 16:29:48 +00:00
Claude
9f6dd9d4eb
chore: fmt.Errorf(static) → errors.New
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 16:28:27 +00:00