Skip to content

Commit

Permalink
bump vm-builder version to v0.15.4 (neondatabase#4980)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fprasx committed Aug 11, 2023
1 parent 9ffccb5 commit cc2d00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc2d00f

Please sign in to comment.