johanbrandhorst / grpc-gateway-boilerplate

All the boilerplate you need to get started with writing grpc-gateway powered REST services in Go
MIT License
479 stars 83 forks source link

make install will fail on darwin arm64 #28

Closed louis030195 closed 3 years ago

louis030195 commented 3 years ago

buf does not provide pre-built darwin arm64 (mac m1) see https://github.com/bufbuild/buf/issues/316

johanbrandhorst commented 3 years ago

This should be fixed with the release of v0.42.0

johanbrandhorst commented 3 years ago

Doh, I need to update the dependency here first.