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
|
|
@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
|
|||
# If you change this value, please also update:
|
||||
# /dev.Dockerfile
|
||||
# /.github/workflows/main.yml
|
||||
FROM golang:1.18-alpine as golangbuilder
|
||||
FROM golang:1.19-alpine as golangbuilder
|
||||
|
||||
# Instead of checking out from git again, we just copy the whole working
|
||||
# directory of the previous stage that includes the generated static assets.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue