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 go vet errors with Go 1.24 #41076

Merged
merged 13 commits into from
Oct 21, 2024
Merged

Commits on Oct 2, 2024

  1. 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 ./...
    ```
    mauri870 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d9dd659 View commit details
    Browse the repository at this point in the history
  2. use os.WriteFile

    mauri870 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0d8bc7f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    3f4b5c6 View commit details
    Browse the repository at this point in the history
  2. more linter fixes

    mauri870 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fa1362c View commit details
    Browse the repository at this point in the history
  3. even more linter fixes

    mauri870 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f0c4f3a View commit details
    Browse the repository at this point in the history
  4. more more more linter fixes

    mauri870 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1d4ecf2 View commit details
    Browse the repository at this point in the history
  5. fix wrong variable name

    mauri870 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    feb2b19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56c9a5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c039233 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    64889b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    717e9b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    99c2810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae0b3ce View commit details
    Browse the repository at this point in the history