Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2 generates protobuffers incompatible with go1.17, it fails with the error: "ui/protocol/ui.pb.go:2716:47: predeclared any requires go1.18 or later (-lang was set to go1.17; check go.mod)" Notes: - consider using go1.18 as min required version if there's no problem compiling the daemon on Debian <= 13 and other distros. - github.com/golang/protobuf is deprecated and we should get rid of it.
- Loading branch information