Skip to content

Commit

Permalink
ci: add go, go-grpc, and grpc-gateway versions to generation
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <[email protected]>
  • Loading branch information
sandersms committed Jan 19, 2024
1 parent 5648d19 commit 5a966ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,24 @@
"matchStrings": ["grpc/python:(?<currentValue>.*?\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "grpc/grpc"
}
},
{
"fileMatch": ["(^|\\/)buf.work.yaml"],
"matchStrings": ["protocolbuffers/python:(?<currentValue>.*?\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "protocolbuffers/protobuf"
},
{
"fileMatch": ["(^|\\/)buf.work.yaml"],
"matchStrings": ["protocolbuffers/go:(?<currentValue>.*?\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "protocolbuffers/protobuf-go"
},
{
"fileMatch": ["(^|\\/)buf.work.yaml"],
"matchStrings": ["grpc-ecosystem/gateway:(?<currentValue>.*?\\s"],
"datasourceTemplate": "github-tags",
"depNameTemplate": "grpc-ecosystem/grpc-gateway"
}
]
}
6 changes: 3 additions & 3 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: v1
plugins:
- plugin: go
- plugin: buf.build/protocolbuffers/go:v1.31.0
out: gen/go
opt: paths=source_relative
- plugin: go-grpc
- plugin: buf.build/grpc/go:v1.3.0
out: gen/go
opt: paths=source_relative
- name: grpc-gateway
- name: buf.build/grpc-ecosystem/gateway:v2.19.0
out: ./gen/go
opt: paths=source_relative
- plugin: buf.build/grpc/python:v1.59.2
Expand Down

0 comments on commit 5a966ce

Please sign in to comment.