-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use containerd/protobuild instead of stevvooe/protobuild #6578
Conversation
@@ -21,7 +21,7 @@ | |||
set -eu -o pipefail | |||
|
|||
# install `protobuild` and other commands | |||
go install github.com/stevvooe/protobuild@v0.1.0 | |||
go install github.com/containerd/protobuild@7e5ee24bc1f70e9e289fef15e2631eb3491320bf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While protobuild wouldn't need any more changes for this migration, personally I'd like to cut a version once we finish #6564.
2979608
to
9ee83b1
Compare
Build succeeded.
|
The new version still supports gogo/protobuf, but can be used with newer protobuf packages if version = 2. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
9ee83b1
to
77c0539
Compare
Build succeeded.
|
@estesp Can you take a look? This is a low-risk change I believe. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The new version still supports gogo/protobuf, but can be used with newer
protobuf packages if version = 2.
Signed-off-by: Kazuyoshi Kato katokazu@amazon.com