Skip to content

build: upgrade Go to 1.24.5 #4519

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

Merged
merged 1 commit into from
Aug 8, 2025
Merged

build: upgrade Go to 1.24.5 #4519

merged 1 commit into from
Aug 8, 2025

Conversation

kzys
Copy link
Member

@kzys kzys commented Aug 6, 2025

There are small tweaks since 1.24 is more strict about fmt.Printf and its family.

https://tip.golang.org/doc/go1.24#vet

The existing printf analyzer now reports a diagnostic for calls of
the form fmt.Printf(s), where s is a non-constant format string,
with no other arguments.

Change Summary

What and Why:

How:

Related to:


Documentation

  • Fresh Produce
  • In superfly/docs, or asked for help from docs team
  • n/a

There are small tweaks since 1.24 is more strict about fmt.Printf and
its family.

https://tip.golang.org/doc/go1.24#vet
> The existing printf analyzer now reports a diagnostic for calls of
> the form fmt.Printf(s), where s is a non-constant format string,
> with no other arguments.
@kzys kzys marked this pull request as ready for review August 6, 2025 18:56
@kzys kzys merged commit 751fcea into master Aug 8, 2025
54 of 55 checks passed
@kzys kzys deleted the go-124 branch August 8, 2025 22:20
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