Skip to content

Commit

Permalink
use [email protected] 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"

(cherry picked from commit 68de351)
  • Loading branch information
gustavo-iniguez-goya committed Jun 12, 2024
1 parent 91190c8 commit 801e797
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 801e797

Please sign in to comment.