test: bump go-waku to 0.5.1

This commit is contained in:
fryorcraken.eth 2023-02-23 10:57:24 +11:00
parent a949b6ba61
commit f7cdfca677
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ jobs:
node_with_go_waku:
runs-on: ubuntu-latest
env:
GO_WAKU_VERSION: "0.5.0"
GO_WAKU_VERSION: "0.5.1"
WAKU_SERVICE_NODE_DIR: ../../go-waku
WAKU_SERVICE_NODE_BIN: ./waku
WAKU_SERVICE_NODE_PARAMS: "--min-relay-peers-to-publish=0" # Can be removed once https://github.com/status-im/nwaku/issues/1004 is done