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

build(deps): bump github.com/crc-org/crc/v2 from 2.36.0 to 2.37.1 #154

Commits on Jun 6, 2024

  1. build(deps): bump github.com/crc-org/crc/v2 from 2.36.0 to 2.37.1

    Bumps [github.com/crc-org/crc/v2](https://github.com/crc-org/crc) from 2.36.0 to 2.37.1.
    - [Release notes](https://github.com/crc-org/crc/releases)
    - [Changelog](https://github.com/crc-org/crc/blob/main/release-info.json.sample)
    - [Commits](crc-org/crc@v2.36.0...v2.37.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/crc-org/crc/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cfergeau committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    31ca622 View commit details
    Browse the repository at this point in the history
  2. go.mod: Update to go 1.21

    This is required since crc-org/crc also switched to go 1.21.
    Without this, running `go mod tidy` modifies go.mod/go.sum, which causes CI
    failures.
    cfergeau committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d025e79 View commit details
    Browse the repository at this point in the history