diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3f0666086..8f9e7dddb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: node_with_go_waku: runs-on: ubuntu-latest env: - GO_WAKU_VERSION: "0.2.1" + GO_WAKU_VERSION: "0.2.2" 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