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 format string for go1.18 #3596

Merged
merged 3 commits into from
Mar 24, 2022
Merged

Commits on Mar 22, 2022

  1. Fix format string for go1.18

    Fixing this error:
    
    ```
    pkg/es/client/cluster_client.go:54:13: fmt.Errorf format %w has arg versionField of wrong type interface{}
    ```
    
    Signed-off-by: Ivan Babrou <github@ivan.computer>
    bobrik committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    6137a6a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

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

Commits on Mar 24, 2022

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