From 1e1e7362a67eff0782b85968192fd5218b21cabb Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Wed, 6 Dec 2023 11:14:24 +0200 Subject: [PATCH] change cln version to 23.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 9a21e61..afc65d3 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -8,7 +8,7 @@ env: LSP_REF: 'breez-node-v0.16.4-beta' CLIENT_REF: 'v0.16.4-breez-3' GO_VERSION: '^1.19' - CLN_VERSION: 'v23.08' + CLN_VERSION: 'v23.11' jobs: setup-bitcoin-core: