Created
July 11, 2019 04:55
-
-
Save DazWilkin/536e174d4b3d150d4ce3c7a82473375f to your computer and use it in GitHub Desktop.
Cloud Build, Go Modules & gRPC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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