Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tklauser/numcpus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: tklauser/numcpus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 13 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 7, 2023

  1. .github: Bump actions/setup-go from 4.1.0 to 5.0.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@93397be...0c52d54)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    52afc34 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. .cirrus.yml: drop FreeBSD 12, add FreeBSD 13 and 14

    Also update Go to 1.21.5.
    tklauser committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f31e7b8 View commit details
    Browse the repository at this point in the history
  2. go.mod: bump golang.org/x/sys from 0.15.0 to 0.16.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0.
    - [Commits](golang/sys@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    882391a View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary +build tags

    The go:build tags are sufficient and the +build tags are no longer
    needed since switching to Go 1.18.
    tklauser committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ea819b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. go.mod: bump golang.org/x/sys from 0.16.0 to 0.17.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0.
    - [Commits](golang/sys@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8a0ff0b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. go.mod: bump golang.org/x/sys from 0.17.0 to 0.18.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.18.0.
    - [Commits](golang/sys@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a4b4e92 View commit details
    Browse the repository at this point in the history
  2. ci: update Go to 1.22

    tklauser committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e473ca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4988f45 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. .github: Bump actions/checkout from 4.1.1 to 4.1.2

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@b4ffde6...9bb5618)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9a2fde1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. go.mod: bump golang.org/x/sys from 0.18.0 to 0.19.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0.
    - [Commits](golang/sys@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e1b1105 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. .github: Bump actions/checkout from 4.1.2 to 4.1.3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@9bb5618...1d96c77)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    079ff7a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    9f9a932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d09f5f View commit details
    Browse the repository at this point in the history
Loading