Skip to content

Commit b6633f1

Browse files
committed
ci: bump LND to v0.18.5-beta
1 parent e4e202c commit b6633f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/build-lspd/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Setup Go
1212
uses: actions/setup-go@v4
1313
with:
14-
go-version: '1.21.4'
14+
go-version: '1.22.6'
1515

1616
- name: build
1717
run: make release-all

.github/actions/setup-lnd-lsp/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ inputs:
55
lsp-ref:
66
description: 'The Git reference for the LSP version of LND'
77
required: true
8-
default: 'breez-node-v0.18.2-beta'
8+
default: 'breez-node-v0.18.5-beta'
99

1010
go-version:
1111
description: 'The Go version for building LND'
1212
required: true
13-
default: ^1.21.4
13+
default: ^1.22.6
1414

1515
runs:
1616
using: 'composite'

.github/workflows/integration_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
pull_request:
66
env:
77
BITCOIN_VERSION: '25.0'
8-
LSP_REF: 'breez-node-v0.18.3-beta'
8+
LSP_REF: 'breez-node-v0.18.5-beta'
99
CLIENT_REF: 'v0.17.5-breez-3'
10-
GO_VERSION: '^1.21.4'
10+
GO_VERSION: '^1.22.6'
1111
CLN_VERSION: 'v24.11'
1212

1313
concurrency:

0 commit comments

Comments
 (0)