forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
images/builder: let renovate update proto plugins
Signed-off-by: Robin Hahling <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] |