Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update module github.com/tklauser/numcpus to v0.9.0 (#6197)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/tklauser/numcpus](https://redirect.github.com/tklauser/numcpus) | `v0.8.0` -> `v0.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftklauser%2fnumcpus/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftklauser%2fnumcpus/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftklauser%2fnumcpus/v0.8.0/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftklauser%2fnumcpus/v0.8.0/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tklauser/numcpus (github.com/tklauser/numcpus)</summary> ### [`v0.9.0`](https://redirect.github.com/tklauser/numcpus/releases/tag/v0.9.0) [Compare Source](https://redirect.github.com/tklauser/numcpus/compare/v0.8.0...v0.9.0) This version introduces the `List{Offline,Online,Possible,Present}` functions (currently only implemented for Linux) which return a list of offline, online, possible or present CPUs, respectively. #### What's Changed - .github: Bump actions/checkout from 4.1.3 to 4.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/82](https://redirect.github.com/tklauser/numcpus/pull/82) - Check that last ≥ first in parseCPURange by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/83](https://redirect.github.com/tklauser/numcpus/pull/83) - .github: Bump actions/setup-go from 5.0.0 to 5.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/84](https://redirect.github.com/tklauser/numcpus/pull/84) - go.mod: bump golang.org/x/sys from 0.19.0 to 0.20.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/85](https://redirect.github.com/tklauser/numcpus/pull/85) - .github: Bump actions/checkout from 4.1.4 to 4.1.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/86](https://redirect.github.com/tklauser/numcpus/pull/86) - .github: Bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/87](https://redirect.github.com/tklauser/numcpus/pull/87) - .github: drop macos-11 runner by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/88](https://redirect.github.com/tklauser/numcpus/pull/88) - Implement `List{Offline,Online,Possible,Present}` functions on Linux by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/89](https://redirect.github.com/tklauser/numcpus/pull/89) - Simplify listCPURange implementation by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/90](https://redirect.github.com/tklauser/numcpus/pull/90) - .github: Bump actions/checkout from 4.1.6 to 4.1.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/92](https://redirect.github.com/tklauser/numcpus/pull/92) - go.mod: bump golang.org/x/sys from 0.20.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/94](https://redirect.github.com/tklauser/numcpus/pull/94) - .cirrus.yml: update Go to 1.22.5, FreeBSD to 1.13.3 by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/95](https://redirect.github.com/tklauser/numcpus/pull/95) - .github: Bump actions/setup-go from 5.0.1 to 5.0.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/96](https://redirect.github.com/tklauser/numcpus/pull/96) - go.mod: bump golang.org/x/sys from 0.23.0 to 0.24.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/97](https://redirect.github.com/tklauser/numcpus/pull/97) - ci: update Go to 1.23 by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/98](https://redirect.github.com/tklauser/numcpus/pull/98) - go.mod: bump golang.org/x/sys from 0.24.0 to 0.25.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/99](https://redirect.github.com/tklauser/numcpus/pull/99) - .github: Bump actions/checkout from 4.1.7 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/100](https://redirect.github.com/tklauser/numcpus/pull/100) - Don't skip testNumAndList if Get\* fails or isn't supported by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/101](https://redirect.github.com/tklauser/numcpus/pull/101) **Full Changelog**: tklauser/numcpus@v0.8.0...v0.9.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information