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(cmd/info): handle "context canceled" errors #320

Merged
merged 2 commits into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. fix(cmd/info): handle "context canceled" errors

    The command should exit when the context is canceled by a termination
    signal. In such case the command prints the reason why it exited.
    Furthermore, the table header is printed to stdout only when data
    is found for the artifacts.
    
    Signed-off-by: Aldo Lacuku <[email protected]>
    alacuku committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f7a7233 View commit details
    Browse the repository at this point in the history
  2. update(linter): bump golangci-lint action to v3.7.0

    Signed-off-by: Aldo Lacuku <[email protected]>
    alacuku committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    69e39f4 View commit details
    Browse the repository at this point in the history