diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 2ba15d2e..7f5890b6 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -5,10 +5,10 @@ on: pull_request: env: BITCOIN_VERSION: '25.0' - LSP_REF: 'breez-node-v0.17.2-beta' - CLIENT_REF: 'v0.16.4-breez-3' + LSP_REF: 'breez-node-v0.17.5-beta' + CLIENT_REF: 'v0.17.5-breez-3' GO_VERSION: '^1.19' - CLN_VERSION: 'v24.02.2' + CLN_VERSION: 'v24.05' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/go.mod b/go.mod index 839bf751..8b1fb8f8 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/GoWebProd/uuid7 v0.0.0-20230623091058-5f5954faed6a github.com/aws/aws-sdk-go v1.34.0 - github.com/breez/lntest v0.0.30-0.20240324204336-6f828e9fca8f + github.com/breez/lntest v0.0.31 github.com/btcsuite/btcd v0.24.0 github.com/btcsuite/btcd/btcec/v2 v2.3.2 github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 diff --git a/go.sum b/go.sum index 07b186bb..e9b611e4 100644 --- a/go.sum +++ b/go.sum @@ -172,8 +172,8 @@ github.com/breez/glightning v0.0.1-breez.0.20231123140102-d50d43e22138 h1:qNHyE7 github.com/breez/glightning v0.0.1-breez.0.20231123140102-d50d43e22138/go.mod h1:YAdIeSyx8VEhDCtEaGOJLmWNpPaQ3x4vYSAj9Vrppdo= github.com/breez/lnd v0.15.0-beta.rc6.0.20231122093500-0c939786ced7 h1:RLHCG90jBAE8wNCUFMeu7j4LNbXWdV8BOsVZtmsTFpk= github.com/breez/lnd v0.15.0-beta.rc6.0.20231122093500-0c939786ced7/go.mod h1:AOHMNILUI56HaVlVMai+ComGHsxMzMMCoxqFwN0wmvw= -github.com/breez/lntest v0.0.30-0.20240324204336-6f828e9fca8f h1:EnpiiJxDGFVO1waxiz/YTCn1sboN+O7gZJ6G9DbDlDk= -github.com/breez/lntest v0.0.30-0.20240324204336-6f828e9fca8f/go.mod h1:TYaPUDOmJyag/+ezQFvMD3Qqwos8QIEE36CP06gwQUU= +github.com/breez/lntest v0.0.31 h1:izLAOO7r/IwGD92w9Etnck7/yItuTCEEF9DdEfBq5ks= +github.com/breez/lntest v0.0.31/go.mod h1:TYaPUDOmJyag/+ezQFvMD3Qqwos8QIEE36CP06gwQUU= github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ= github.com/btcsuite/btcd v0.22.0-beta.0.20220111032746-97732e52810c/go.mod h1:tjmYdS6MLJ5/s0Fj4DbLgSbDHbEqLJrtnHecBFkdz5M= github.com/btcsuite/btcd v0.22.0-beta.0.20220204213055-eaf0459ff879/go.mod h1:osu7EoKiL36UThEgzYPqdRaxeo0NU8VoXqgcnwpey0g=