diff --git a/.github/actions/build-lspd/action.yaml b/.github/actions/build-lspd/action.yaml index e2b49022..9fe9eeb6 100644 --- a/.github/actions/build-lspd/action.yaml +++ b/.github/actions/build-lspd/action.yaml @@ -11,7 +11,7 @@ runs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.21.4' - name: build run: make release-all diff --git a/.github/actions/setup-lnd-client/action.yaml b/.github/actions/setup-lnd-client/action.yaml index 9a7c4ebd..28b635e5 100644 --- a/.github/actions/setup-lnd-client/action.yaml +++ b/.github/actions/setup-lnd-client/action.yaml @@ -5,12 +5,12 @@ inputs: client-ref: description: 'The Git reference for the Client version of LND' required: true - default: 'v0.16.2-breez' + default: 'v0.17.5-breez-3' go-version: description: 'The Go version for building LND' required: true - default: ^1.19 + default: ^1.21.4 runs: using: 'composite' diff --git a/.github/actions/setup-lnd-lsp/action.yaml b/.github/actions/setup-lnd-lsp/action.yaml index c1ecf792..1f293ff3 100644 --- a/.github/actions/setup-lnd-lsp/action.yaml +++ b/.github/actions/setup-lnd-lsp/action.yaml @@ -5,12 +5,12 @@ inputs: lsp-ref: description: 'The Git reference for the LSP version of LND' required: true - default: 'breez-node-v0.17.2-beta' + default: 'breez-node-v0.18.2-beta' go-version: description: 'The Go version for building LND' required: true - default: ^1.19 + default: ^1.21.4 runs: using: 'composite' diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 7f5890b6..f18f22b1 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -5,9 +5,9 @@ on: pull_request: env: BITCOIN_VERSION: '25.0' - LSP_REF: 'breez-node-v0.17.5-beta' + LSP_REF: 'breez-node-v0.18.2-beta' CLIENT_REF: 'v0.17.5-breez-3' - GO_VERSION: '^1.19' + GO_VERSION: '^1.21.4' CLN_VERSION: 'v24.05' concurrency: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3cb3e7d1..a241c936 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,9 +7,9 @@ on: workflow_dispatch: env: - LSPD_GO_VERSION: 1.21.0 - LND_GO_VERSION: 1.21.0 - LND_REF: 0c939786ced78a981bd77c7da628bfcf86ada568 + LSPD_GO_VERSION: 1.21.4 + LND_GO_VERSION: 1.21.4 + LND_REF: fb0e72c1a836b1186e24d72f5fe3ca4b27c1919c CLN_REF: v24.02.1 jobs: diff --git a/go.mod b/go.mod index 8b1fb8f8..eb02d9af 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/breez/lspd -go 1.19 +go 1.21.4 require ( github.com/GoWebProd/uuid7 v0.0.0-20230623091058-5f5954faed6a