Skip to content

Commit 3fbd433

Browse files
committed
update build
1 parent b592220 commit 3fbd433

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

render.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ services:
1414
- key: test
1515
sync: false
1616
region: ohio
17-
buildCommand: go mod tidy
17+
buildCommand: |
18+
go mod tidy
19+
go mod vendor
1820
startCommand: go run cmd/main.go
1921
autoDeploy: false
2022
version: "1"

0 commit comments

Comments
 (0)