You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade to Go 1.26 and apply go fix
Bump go directive in both modules to 1.26 and apply the modernization
fixes that go fix produces under the new toolchain (range-over-int,
strings.SplitSeq, strings.Cut, interface{} -> any).
* Fix go vet warnings and run vet in CI
- Pass a constant format string to yylex.Errorf in parser.y so go vet's
printf check is satisfied; regenerate parser/parser.go.
- Discard the unused fmt.Sprintf result in BenchmarkDigestSprintf.
- Bump CI Go version to 1.26 and add a go vet step.
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments