Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Created July 11, 2019 04:48
Show Gist options
  • Save DazWilkin/e0171ca7364b56dc4ce36c44ef9ee2c5 to your computer and use it in GitHub Desktop.
Save DazWilkin/e0171ca7364b56dc4ce36c44ef9ee2c5 to your computer and use it in GitHub Desktop.
Cloud Build, Go Modules & gRPC
- name: gcr.io/${PROJECT_ID}/protoc
args:
- --proto_path=./protos
- --plugin=protoc-gen-go=/go/bin/protoc-gen-go
- --go_out=plugins=grpc:/go/src
- ./protos/some.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment