Skip to content

Commit fab0ba6

Browse files
committed
re-add: protobuf fields as reserved
1 parent caf08e0 commit fab0ba6

5 files changed

+215
-214
lines changed

.tool-versions

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
golang 1.20.1
2-
protoc 21.12
3-
protoc-gen-go 1.28.1
4-
protoc-gen-go-grpc 1.2.0
2+
protoc 22.3

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dev-apiserver: local-postgres local-apiserver stop-postgres
1515
integration-test: stop-postgres-test run-postgres-test run-integration-test stop-postgres-test
1616
clients: linux-client macos-client windows-client
1717

18-
proto:
18+
proto: install-protobuf-go
1919
${PROTOC} --go-grpc_opt=paths=source_relative --go_opt=paths=source_relative --go_out=. --go-grpc_out=. pkg/pb/protobuf-api.proto
2020

2121
install-protobuf-go:

0 commit comments

Comments
 (0)