Skip to content

go.mod: golang_protobuf_extensions v1.0.4 - prevent incompatible versions#44535

Merged
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:protobuf_extensions_fix
Nov 25, 2022
Merged

go.mod: golang_protobuf_extensions v1.0.4 - prevent incompatible versions#44535
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:protobuf_extensions_fix

Conversation

@thaJeztah
Copy link
Member

This module made a whoopsie, and updated to google.golang.org/protobuf in a patch release, but google.golang.org/protobuf is not backward compatible with github.com/golang/protobuf.

Updating the minimum version to v1.0.4 which corrects this, to prevent users of containerd as a module from accidentally pulling in the wrong version:

- A picture of a cute animal (not mandatory but encouraged)

…ions

This module made a whoopsie, and updated to `google.golang.org/protobuf`
in a patch release, but `google.golang.org/protobuf` is not backward
compatible with `github.com/golang/protobuf`.

Updating the minimum version to v1.0.4 which corrects this, to prevent
users of containerd as a module from accidentally pulling in the wrong
version:

- v1.0.3 switched to use `google.golang.org/protobuf`; https://github.com/matttproud/golang_protobuf_extensions/compare/v1.0.2..v1.0.3
- This was reverted in v1.0.4 (which is the same as v1.0.2); https://github.com/matttproud/golang_protobuf_extensions/compare/v1.0.3..v1.0.4
- And a `v2` was created instead; https://github.com/matttproud/golang_protobuf_extensions/releases/tag/v2.0.0

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah
Copy link
Member Author

I'll bring this one in, as it's literally a tag for the same commit as we're using;

Screenshot 2022-11-25 at 17 40 45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant