-
Notifications
You must be signed in to change notification settings - Fork 3.2k
images/builder: let renovate update protoc and proto plugins #32739
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
Conversation
f224620
to
3240ee1
Compare
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
Mitchell Hashimoto has announced that he'll be archiving his Go repositories in early 2024. Switch to using the "blessed fork" for protoc-gen-go-json. Ref: https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
3240ee1
to
4eac68c
Compare
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
bd1578d
to
9028395
Compare
/test |
@@ -420,8 +420,10 @@ | |||
{ | |||
"fileMatch": [ | |||
"images/cilium/download-hubble\\.sh", | |||
"images/runtime/build-gops.sh", | |||
"images/builder/install-protoc.sh", | |||
"images/builder/install-protoplugins.sh", | |||
"images/hubble-relay/download-grpc-health-probe.sh" |
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.
missing comma
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.
Oops, nice catch, will fix it!
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.
See commits for details.