Skip to content

Upgrade to Go 1.26 and apply go fix#10

Merged
kyleconroy merged 2 commits intomainfrom
claude/upgrade-go-1.26-XG18i
Apr 27, 2026
Merged

Upgrade to Go 1.26 and apply go fix#10
kyleconroy merged 2 commits intomainfrom
claude/upgrade-go-1.26-XG18i

Conversation

@kyleconroy
Copy link
Copy Markdown
Contributor

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).

claude added 2 commits April 26, 2026 22:32
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).
- 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.
@kyleconroy kyleconroy merged commit 7914c6b into main Apr 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants