Skip to content

Comments

Fix build with Go 1.24#189

Open
flyn-org wants to merge 1 commit intomicrosoft:devfrom
flyn-org:go-1.24
Open

Fix build with Go 1.24#189
flyn-org wants to merge 1 commit intomicrosoft:devfrom
flyn-org:go-1.24

Conversation

@flyn-org
Copy link

Go 1.24 provides stricter checking that forbids passing a variable as a format string to Printf-like functions with no other arguments. Remove instances of this. See also:

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

Go 1.24 provides stricter checking that forbids passing a variable as a
format string to Printf-like functions with no other arguments. Remove
instances of this. See also:

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

Signed-off-by: W. Michael Petullo <mike@flyn.org>
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.

1 participant