Skip to content

Commit d8d4fc8

Browse files
committed
Fix proto gen versions
Since part of the CI build is does this on fresh machine and pulls latest
1 parent b41403b commit d8d4fc8

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Makefile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
install-tools:
2-
go install \
3-
google.golang.org/protobuf/cmd/protoc-gen-go \
4-
google.golang.org/grpc/cmd/protoc-gen-go-grpc \
5-
github.com/bufbuild/buf/cmd/buf
2+
go install google.golang.org/protobuf/cmd/[email protected]
3+
go install google.golang.org/grpc/cmd/[email protected]
4+
go install github.com/bufbuild/buf/cmd/[email protected]
65

76
protos: install-tools
87
rm -rf gen && buf generate --config buf.yaml --template buf.gen.yaml

proto/proximo.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/proximo_grpc.pb.go

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)