Skip to content

Fix error with fmt.Sprintf and non-constant formats#120

Merged
ebroberson merged 1 commit intomainfrom
vet-Sprintf
Mar 25, 2025
Merged

Fix error with fmt.Sprintf and non-constant formats#120
ebroberson merged 1 commit intomainfrom
vet-Sprintf

Conversation

@ebroberson
Copy link
Copy Markdown
Contributor

Summary

go 1.24.1 introduces a check on Printf (golang/go#60529). This typically happens when a *printf call doesn't specify the args for the format string.

Backward Compatibility

Breaking Change? No

@ebroberson ebroberson requested a review from a team as a code owner March 25, 2025 20:18
@ebroberson ebroberson merged commit 53c8c2e into main Mar 25, 2025
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