-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 go vet errors with Go 1.24 #41076
Merged
Merged
Commits on Oct 2, 2024
-
fix go vet errors with Go 1.24
The cmd/vet in Go 1.24 reports printf calls with non-const format and no args, causing failures. ``` $ go install golang.org/dl/gotip@latest $ gotip download $ gotip vet ./... ```
Configuration menu - View commit details
-
Copy full SHA for d9dd659 - Browse repository at this point
Copy the full SHA d9dd659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8bc7f - Browse repository at this point
Copy the full SHA 0d8bc7fView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f4b5c6 - Browse repository at this point
Copy the full SHA 3f4b5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1362c - Browse repository at this point
Copy the full SHA fa1362cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c4f3a - Browse repository at this point
Copy the full SHA f0c4f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4ecf2 - Browse repository at this point
Copy the full SHA 1d4ecf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb2b19 - Browse repository at this point
Copy the full SHA feb2b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c9a5c - Browse repository at this point
Copy the full SHA 56c9a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c039233 - Browse repository at this point
Copy the full SHA c039233View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64889b3 - Browse repository at this point
Copy the full SHA 64889b3View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 717e9b6 - Browse repository at this point
Copy the full SHA 717e9b6View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99c2810 - Browse repository at this point
Copy the full SHA 99c2810View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae0b3ce - Browse repository at this point
Copy the full SHA ae0b3ceView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.