Skip to content

Commit 5b448c5

Browse files
authored
chore(pb): re-generate bindings using newer version of protoc-gen-go (#129)
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent 8e9ccca commit 5b448c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3996
-1415
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ API_PROTO_FILES=$(shell find api -name *.proto)
55
.PHONY: init
66
# init env
77
init:
8-
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
9-
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
10-
go install github.com/envoyproxy/protoc-gen-validate@latest
8+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0
9+
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
10+
go install github.com/envoyproxy/protoc-gen-validate@v1.0.1
1111
go install github.com/go-kratos/kratos/cmd/protoc-gen-go-errors/v2@latest
1212
go install github.com/go-kratos/kratos/cmd/protoc-gen-go-http/v2@latest
1313
go install github.com/google/wire/cmd/wire@latest

app/artifact-cas/api/cas/v1/resource.pb.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/artifact-cas/api/cas/v1/resource_grpc.pb.go

Lines changed: 22 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/artifact-cas/api/cas/v1/status.pb.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/artifact-cas/api/cas/v1/status_grpc.pb.go

Lines changed: 25 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/artifact-cas/api/cas/v1/status_http.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/cli/api/attestation/v1/crafting_state.pb.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/cli/api/attestation/v1/crafting_state.pb.validate.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/auth.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/auth_grpc.pb.go

Lines changed: 22 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)