Skip to content

Commit

Permalink
lock protoc dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Vilius Okockis <[email protected]>
  • Loading branch information
DeathBorn committed Apr 4, 2024
1 parent 5d8fa9a commit d86e3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ java_test:
VTROOT=${PWD} mvn -f java/pom.xml -B clean verify

install_protoc-gen-go:
go install google.golang.org/protobuf/cmd/protoc-gen-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
go install github.com/planetscale/vtprotobuf/cmd/protoc-gen-go-vtproto

PROTO_SRCS = $(wildcard proto/*.proto)
Expand Down

0 comments on commit d86e3d1

Please sign in to comment.