bump vm-builder version to v0.15.4 (#4980)

Patches a bug in vm-builder where it did not include enough parameters
in the query string. These parameters are `host=localhost port=5432`.
These parameters were not necessary for the monitor because the `pq` go
postgres driver included them by default.
This commit is contained in:
Felix Prasanna
2023-08-11 14:26:53 -04:00
committed by GitHub
parent 9ffccb55f1
commit cc2d00fea4

View File

@@ -814,7 +814,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.15.0-alpha1
VM_BUILDER_VERSION: v0.15.4
steps:
- name: Checkout