Skip to content

Commit

Permalink
use lntest 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Aug 7, 2023
1 parent 114fb90 commit 8a5ac0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: integration tests
on:
push:
branches: [ master ]
branches: [ master, test-lnd-0.16.4-fix ]
pull_request:
env:
BITCOIN_VERSION: '22.0'
LSP_REF: 'breez-node-v0.16.4-beta'
CLIENT_REF: 'v0.16.4-beta-breez'
CLIENT_REF: 'v0.16.4-breez-2'
GO_VERSION: '^1.19'
CLN_VERSION: 'v23.05.1'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/aws/aws-sdk-go v1.34.0
github.com/breez/lntest v0.0.25
github.com/breez/lntest v0.0.26
github.com/btcsuite/btcd v0.23.5-0.20230228185050-38331963bddd
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
Expand Down

0 comments on commit 8a5ac0b

Please sign in to comment.