typeurl
typeurl copied to clipboard
Go package for managing marshaled types to protobuf.Any
Bumps google.golang.org/protobuf from 1.27.1 to 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...
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