Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Jul 3, 2024
1 parent fcc2d45 commit fca1378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@
"matchDepNames": [
"grpc/grpc-go"
],
"versioning": "regex:google\\.golang\\.org/grpc/cmd/protoc-gen-go-grpc/v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)",
"versioning": "regex:cmd/protoc-gen-go-grpc/v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)",
}
],
"kubernetes": {
Expand Down
2 changes: 1 addition & 1 deletion images/builder/install-protoplugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
set -o nounset

# renovate: datasource=github-releases depName=grpc/grpc-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@8ba23be9613c672d40ae261d2a1335d639bdd59b
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
# renovate: datasource=github-releases depName=protocolbuffers/protobuf-go
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
# renovate: datasource=github-releases depName=mfridman/protoc-gen-go-json
Expand Down

0 comments on commit fca1378

Please sign in to comment.