Skip to content

Commit 7d8d904

Browse files
authored
Update cloudbuild-artificats.yaml build step (#45)
1 parent 6f96a8f commit 7d8d904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cloudbuild-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
steps:
1616
- name: golang:1.18
17-
args: ['go', 'build', './...']
17+
args: ['go', 'build', '.']
1818
- name: golang:1.18
1919
args: ['go', 'test', './...']
2020
- name: alpine

0 commit comments

Comments
 (0)