Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Created July 11, 2019 04:55
Show Gist options
  • Save DazWilkin/536e174d4b3d150d4ce3c7a82473375f to your computer and use it in GitHub Desktop.
Save DazWilkin/536e174d4b3d150d4ce3c7a82473375f to your computer and use it in GitHub Desktop.
Cloud Build, Go Modules & gRPC
- name: golang:1.12
env:
- CGO_ENABLED=0
- GOOS=linux
args:
- go
- build
- -a
- -installsuffix
- cgo
- -o
- ./bin/server
- github.com/path/to/repo/server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment