Skip to content

Commit

Permalink
use go-gen-grpc@v1.3.0 for compiling the daemon
Browse files Browse the repository at this point in the history
With @1.4.0 fails with the error "undefined: grpc.StaticMethod"
  • Loading branch information
gustavo-iniguez-goya committed Jun 10, 2024
1 parent ad8e2f5 commit 68de351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
export PATH=$PATH:$GOPATH/bin
go install github.com/golang/protobuf/protoc-gen-go@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
cd proto
make ../daemon/ui/protocol/ui.pb.go
cd ../daemon
Expand Down

0 comments on commit 68de351

Please sign in to comment.