From 9d2b177bd55e51797d1c20ab9143a36aaa80cda7 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Fri, 6 Dec 2024 09:16:26 +0100 Subject: [PATCH] itest: cln v24.11rc4 --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index fdaac024..1bc2aa3f 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -8,7 +8,7 @@ env: LSP_REF: 'breez-node-v0.18.3-beta' CLIENT_REF: 'v0.17.5-breez-3' GO_VERSION: '^1.21.4' - CLN_VERSION: 'v24.08.2' + CLN_VERSION: 'v24.11rc4' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}