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/typeurl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f6e6d1
Choose a base ref
...
head repository: containerd/typeurl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a94991
Choose a head ref
  • 9 commits
  • 4 files changed
  • 6 contributors

Commits on May 2, 2022

  1. Rename any to anyType

    Go 1.18 makes `any` an alias to `interface {}`. While having `any`
    struct works in Go 1.18, this may be confusing for developers.
    
    Signed-off-by: Kazuyoshi Kato <[email protected]>
    Kazuyoshi Kato committed May 2, 2022
    Configuration menu
    Copy the full SHA
    7fe9da5 View commit details
    Browse the repository at this point in the history
  2. Document exported types

    Signed-off-by: Kazuyoshi Kato <[email protected]>
    Kazuyoshi Kato committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c30a36c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Merge pull request #36 from kzys/any-rename

    Rename any to anyType
    estesp authored May 3, 2022
    Configuration menu
    Copy the full SHA
    51c7356 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Update GitHub actions CI workflow

    Update actions runner OS image from Ubuntu 18.04 to Ubuntu 22.02.
    Update actions/checkout and actions/setup-go packages from v2 to v3.
    
    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7000090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9162322 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Add containerd project checks to CI

    Signed-off-by: Austin Vazquez <[email protected]>
    austinvazquez committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b3b863f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from austinvazquez/pin-dependencies

    Add containerd project checks to CI
    dmcgowan authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    123160d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. go.mod: module github.com/containerd/typeurl/v2

    Fix issue 39
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    b1a6ffc View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Merge pull request #40 from AkihiroSuda/bump-up-go-mod

    go.mod: module github.com/containerd/typeurl/v2
    AkihiroSuda authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    2a94991 View commit details
    Browse the repository at this point in the history
Loading