From f7cdfca677f1df86bedc3c3b9b06f079b0af17c9 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Thu, 23 Feb 2023 10:57:24 +1100 Subject: [PATCH] test: bump go-waku to 0.5.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fca02720c0..c01fdd2c08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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