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

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #639

Merged
merged 4 commits into from
Dec 7, 2023

Commits on Dec 7, 2023

  1. Bump github.com/spf13/cobra from 1.7.0 to 1.8.0

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.7.0...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d538a9d View commit details
    Browse the repository at this point in the history
  2. Tidy dependent modules to reflect github.com/spf13/cobra bump

    The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the
    Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`.
    per1234 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ece6c29 View commit details
    Browse the repository at this point in the history
  3. Tidy Go module dependencies data for Go 1.17

    Go 1.17 has a different handling of dependencies. By default, it emulates the old behavior for compatibility with older
    Go versions. The Dependabot PRs are produced in this manner.
    
    This project now uses Go 1.17 exclusively, as is indicated by the `go` directive and by the contributor guide. There is
    no need to provide compatibility with unsupported Go versions, so we use the `-compat=1.17` flag in the `go mod tidy`
    command, as is done here.
    per1234 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    74ebc9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d760a1 View commit details
    Browse the repository at this point in the history