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.4.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.5.0
Choose a head ref
  • 15 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    b3901b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba09a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ae3ed9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9071a95 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

Commits on Mar 16, 2022

  1. ci: update to Go 1.18, drop Go 1.15

    Don't update the staticcheck workflow for now. staticcheck does not
    support Go 1.18 yet, see
    https://twitter.com/dominikhonnef/status/1503793590991994882
    
    Also install git in the FreeBSD VM again, otherwise the build fails
    with:
    
        go: missing Git command. See https://golang.org/s/gogetcmd
        error obtaining VCS status: exec: "git": executable file not found in $PATH
    	Use -buildvcs=false to disable VCS stamping.
    tklauser committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    428cd96 View commit details
    Browse the repository at this point in the history
  2. go.mod: bump to go 1.13

    tklauser committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d723fb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. .cirrus.yml: disable buildvcs on build and test

    Explicitly disable buildvcs for build and test on FreeBSD. See
    golang/go#51723 and
    golang/go#51748.
    tklauser committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    3e71cd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    e86cfb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21514ef View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. .github: add dependabot config

    Update Go modules and GitHub actions automatically.
    tklauser committed May 13, 2022
    Configuration menu
    Copy the full SHA
    1d88ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0c463 View commit details
    Browse the repository at this point in the history
  3. .github: Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tklauser committed May 13, 2022
    Configuration menu
    Copy the full SHA
    f557fa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99ed064 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd8ce12 View commit details
    Browse the repository at this point in the history
Loading