You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the recent update in the Go version (from 1.18 to 1.21), Invoker fails to build when running make invoker in vSwarm/tools/invoker.
Error message:
--go_out=. \
--go_opt="paths=source_relative" \
proto/helloworld.proto
protoc \
--go-grpc_out=. \
--go-grpc_opt="paths=source_relative" \
proto/helloworld.proto
go mod tidy
go: go.mod file indicates go 1.21, but maximum version supported by tidy is 1.18
make: *** [Makefile:2: invoker] Error 1```
The text was updated successfully, but these errors were encountered:
Due to the recent update in the Go version (from 1.18 to 1.21), Invoker fails to build when running
make invoker
invSwarm/tools/invoker
.Error message:
The text was updated successfully, but these errors were encountered: