chore: Go 1.26 modernization #2

Merged
Charon merged 1 commit from chore/go-1.26-modernization into main 2026-02-24 18:01:46 +00:00
Member

Modernize Go 1.23-era patterns to Go 1.26 idioms.

  • fmt.Errorf(static)errors.New (11 occurrences across auth/, trust/, crypt/)

All changes pass go build and go vet. No test files modified.

Modernize Go 1.23-era patterns to Go 1.26 idioms. - `fmt.Errorf(static)` → `errors.New` (11 occurrences across auth/, trust/, crypt/) All changes pass `go build` and `go vet`. No test files modified.
Charon added 1 commit 2026-02-24 16:42:55 +00:00
chore: fmt.Errorf(static) → errors.New
Some checks failed
Security Scan / security (pull_request) Failing after 15s
Test / test (pull_request) Failing after 10m43s
9e7a19243f
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Charon merged commit 499ffe1c75 into main 2026-02-24 18:01:46 +00:00
Charon deleted branch chore/go-1.26-modernization 2026-02-24 18:01:46 +00:00
Sign in to join this conversation.
No description provided.