Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix improper use of Printf-style functions #2934

Merged
merged 2 commits into from
Dec 18, 2024
Merged

Conversation

djedward
Copy link
Contributor

Go 1.24rc1 dropped and it improved the ability to catch more misuses of Printf-style functions. This PR addresses the ones that Go 1.24 will now catch and report as compile errors.

@djedward djedward requested a review from a team as a code owner December 17, 2024 21:49
@Madrigal
Copy link
Contributor

Nice, I wonder if there's more we could do later to run more modern checkers but still support older versions

@djedward
Copy link
Contributor Author

One way might be to add a test platform that uses tip of Go, but I don't know how stable that would actually be.

@lucix-aws lucix-aws merged commit 885de40 into aws:main Dec 18, 2024
11 of 13 checks 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.

4 participants