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

workflows: switch to org-wide golangci-lint job #184

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Commits on Sep 9, 2024

  1. cmd: fix interface{} warnings

    config/main.go:193      gofmt  File is not `gofmt`-ed with `-s` `-r 'interface{} -> any'`
    internal/client.go:169  gofmt  File is not `gofmt`-ed with `-s` `-r 'interface{} -> any'`
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    138e6f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. workflows: switch to org-wide golangci-lint job

    Fetch it when needed for local runs.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b483ae7 View commit details
    Browse the repository at this point in the history