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.5.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.6.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 2 contributors

Commits on May 30, 2022

  1. .github: Bump actions/setup-go from 3.1.0 to 3.2.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@fcdc436...b22fbbc)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed May 30, 2022
    Configuration menu
    Copy the full SHA
    1b43de6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. .github: Bump actions/setup-go from 3.2.0 to 3.2.1

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.2.1.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@b22fbbc...84cbf80)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    9d3ed0e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. .github/workflows: update Go to 1.19, drop 1.16

    Also run the formatting and module checks with 1.19. Change the
    cross-compile step to run on Ubuntu 22.04 instead of 20.04.
    tklauser committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    98cd5d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    0e38b2f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. .github: Bump actions/setup-go from 3.2.1 to 3.3.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.1 to 3.3.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@84cbf80...268d8c0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5a71a4b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    ab4e832 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. .github: Bump actions/checkout from 3.0.2 to 3.1.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@2541b12...93ea575)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c457091 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. .github: Bump actions/setup-go from 3.3.0 to 3.3.1

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.0 to 3.3.1.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@268d8c0...c4a742c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f5feee1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. go.mod: pin golang.org/x/sys module to v0.2.0

    The Go project recently started tagging releases on the golang.org/x/*
    packages, see [1] for more information. Use the tagged version of
    golang.org/x/sys to allow dependabot to updates this dependency going
    forward.
    tklauser committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c0b6d10 View commit details
    Browse the repository at this point in the history
Loading