mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
multi: update lnd dependency to v0.16.0-beta.rc3
- Bump lnd and other module dependencies. - Bump Go build version & RPCs - Refactor itests to use the new lnd itest framework.
This commit is contained in:
parent
592c9e35e0
commit
c267ef64eb
32 changed files with 1600 additions and 499 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.18.0-buster
|
||||
FROM golang:1.19.7-buster
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
ENV GOCACHE=/tmp/build/.cache
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/lightninglabs/lightning-terminal/tools
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/btcsuite/btcd v0.23.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue