Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 53d39b0

Browse files
authored
Update cloudbuild.yaml
Added comments for each step. Removed `env` variable.
1 parent f765a1e commit 53d39b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎cloudbuild.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
steps:
2+
# If you already have a go.mod file, you can skip this step.
23
- name: golang
34
args: ['go', 'mod', 'init', 'github.com/your/import/path']
5+
# Build the module.
46
- name: golang
5-
env: ['GO111MODULE=on']
67
args: ['go', 'build', '.']

0 commit comments

Comments
 (0)