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: containerd/fifo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0724c46b320c
Choose a base ref
...
head repository: containerd/fifo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 115abcc95a1d
Choose a head ref
  • 11 commits
  • 4 files changed
  • 3 contributors

Commits on Jan 29, 2021

  1. go.mod: update pkg/errors to v0.9.1 to support Unwrap()

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    0226e25 View commit details
    Browse the repository at this point in the history
  2. go.mod: update golang.org/x/sys to current master

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    8eb0061 View commit details
    Browse the repository at this point in the history
  3. GHA: update Go to 1.15.7, actions/setup-go@v2

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    327906c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #31 from thaJeztah/update_go

    GHA: update Go to 1.15.7, actions/setup-go@v2
    estesp authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    aa2106e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #30 from thaJeztah/update_deps

    Update some dependencies
    estesp authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    f8e8fdb View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. GHA: update to Go 1.16.x

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    daa72a8 View commit details
    Browse the repository at this point in the history
  2. go.mod: github.com/stretchr/testify v1.6.1

    There's a v1.7.0 available as well, but other projects are still on v1.6.1, so sticking to that for now.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a9b6431 View commit details
    Browse the repository at this point in the history
  3. readme: update badges to show GHA status

    This was overlooked when switching to GHA. Also adds badges
    for go.pkg.dev and Go Report Card.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    cbec077 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #33 from thaJeztah/go_116

    GHA: update to Go 1.16.x
    estesp authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    91edd07 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35 from thaJeztah/fix_badges

    readme: update badges to show GHA status
    estesp authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6e3b022 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #34 from thaJeztah/bump_testify

    go.mod: github.com/stretchr/testify v1.6.1
    mikebrow authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    115abcc View commit details
    Browse the repository at this point in the history
Loading