typeurl icon indicating copy to clipboard operation
typeurl copied to clipboard

Go package for managing marshaled types to protobuf.Any

Results 4 typeurl issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.27.1 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.27.1&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

The `TypeURL` function will return a typeurl that was either registered with this module or with protobuf. When you obtain the `TypeURL`, the priority of the choices goes: * github.com/containerd/typeurl/v2...

- add go 1.23.x into test matrix - update github actions to latest to remove deprecation warnings from github - tidy go.sum which was causing CI failure. Ref: https://github.com/containerd/typeurl/actions/runs/10434912491

Added test which fails without this change on a basic marshal/unmarshal Fixes #47