chore: Go 1.26 modernization #1

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

6 commits

Author SHA1 Message Date
Claude
b1e6787b24
chore: use slices.Sorted(maps.Keys()) for ordered iteration
Some checks failed
Security Scan / security (pull_request) Successful in 11s
Test / test (pull_request) Failing after 15m27s
2026-02-24 16:03:25 +00:00
Claude
4060bc28a3
chore: use range-over-integer (Go 1.22+) 2026-02-24 16:02:32 +00:00
Claude
bf911d7298
chore: use min()/max() builtins (Go 1.21+) 2026-02-24 16:02:03 +00:00
Claude
2c2f2784a9
chore: sort.Slice → slices.SortFunc 2026-02-24 16:00:38 +00:00
Claude
7ae5fee661
chore: fmt.Errorf(static) → errors.New 2026-02-24 15:58:11 +00:00
Claude
8ef36f98ca
chore: replace interface{} with any (Go 1.18+ alias) 2026-02-24 15:57:27 +00:00