Skip to content

Commit

Permalink
images/builder: let renovate update proto plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed May 29, 2024
1 parent 6a79933 commit dc683b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@
"fileMatch": [
"images/cilium/download-hubble\\.sh",
"images/builder/install-protoc.sh",
"images/builder/install-protoplugins.sh",
"images/hubble-relay/download-grpc-health-probe.sh"
"images/runtime/build-gops.sh",
],
Expand Down
7 changes: 5 additions & 2 deletions images/builder/install-protoplugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ set -o errexit
set -o pipefail
set -o nounset

# 8ba23be9613c672d40ae261d2a1335d639bdd59b == tag: cmd/protoc-gen-go-grpc/v1.3.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@8ba23be9613c672d40ae261d2a1335d639bdd59b
# renovate: datasource=github-releases depName=grpc/grpc-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@1adbea267b837660726952ed6711b348dee87aa5
# renovate: datasource=github-releases depName=protocolbuffers/protobuf-go
go install google.golang.org/protobuf/cmd/[email protected]
# renovate: datasource=github-releases depName=mfridman/protoc-gen-go-json
go install github.com/mfridman/[email protected]
# renovate: datasource=github-releases depName=pseudomuto/protoc-gen-doc
go install github.com/pseudomuto/protoc-gen-doc/cmd/[email protected]

0 comments on commit dc683b9

Please sign in to comment.