From fd58d5efe048e5de7aecab93caa1c1c0d35130e6 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Fri, 13 Dec 2024 08:35:05 +0100 Subject: [PATCH] bump cln to v24.11 --- .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 1bc2aa3f..31227814 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.11rc4' + CLN_VERSION: 'v24.11' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}