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

chore(deps): update deps #521

Merged
merged 5 commits into from
Sep 13, 2023
Merged

chore(deps): update deps #521

merged 5 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. chore(deps): update deps

    Update some outdated deps
    
    Signed-off-by: Flavio Castelli <fcastelli@suse.com>
    flavio committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    82fea40 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update Go version

    Ensure Go 1.21 is used everywhere: GitHub Actions and container image
    building too
    
    Signed-off-by: Flavio Castelli <fcastelli@suse.com>
    flavio committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d82aab4 View commit details
    Browse the repository at this point in the history
  3. test: update to latest release of golangci

    Use latest version of golanci. Also, provide a configuration for the
    depguard linter
    
    Signed-off-by: Flavio Castelli <fcastelli@suse.com>
    flavio committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c141873 View commit details
    Browse the repository at this point in the history
  4. chore(deps): remove github.com/pkg/errors dep

    Replace the `github.com/pkg/errors` dependency with the `errors` module
    part of the Go std library
    
    Signed-off-by: Flavio Castelli <fcastelli@suse.com>
    flavio committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5c1b038 View commit details
    Browse the repository at this point in the history
  5. test: fix depguard config

    Allow all packages, just have a deny list
    
    Signed-off-by: Flavio Castelli <fcastelli@suse.com>
    flavio committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    451fffb View commit details
    Browse the repository at this point in the history