Skip to content

Commit 2714bdc

Browse files
authored
Merge pull request #764 from lightninglabs/2024-05-lnd-v0_18_0-beta
Bump litd to version `v0.13.0-alpha`
2 parents 1e1a856 + b1b6181 commit 2714bdc

28 files changed

+3055
-319
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# If you change this value, please change it in the following files as well:
1313
# /Dockerfile
1414
# /dev.Dockerfile
15-
GO_VERSION: 1.21
15+
GO_VERSION: 1.22.3
1616

1717
jobs:
1818
########################

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
3535
# If you change this value, please also update:
3636
# /dev.Dockerfile
3737
# /.github/workflows/main.yml
38-
FROM golang:1.21-alpine as golangbuilder
38+
FROM golang:1.22.3-alpine as golangbuilder
3939

4040
# Instead of checking out from git again, we just copy the whole working
4141
# directory of the previous stage that includes the generated static assets.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ in remote mode (meaning that `lnd-mode=remote` is set). It shows the
7878

7979
| LiT | LND |
8080
|-------------------|--------------|
81+
| **v0.13.0-alpha** | v0.17.0-beta |
8182
| **v0.12.5-alpha** | v0.17.0-beta |
8283
| **v0.12.4-alpha** | v0.17.0-beta |
8384
| **v0.12.3-alpha** | v0.16.0-beta |
@@ -155,6 +156,7 @@ The following table shows the supported combinations:
155156

156157
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
157158
|-------------------|--------------|--------------|---------------|--------------|----------------|
159+
| **v0.13.0-alpha** | v0.18.0-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |
158160
| **v0.12.5-alpha** | v0.17.5-beta | v0.28.1-beta | v0.2.13-alpha | v0.6.4-beta | v0.3.3-alpha |
159161
| **v0.12.4-alpha** | v0.17.4-beta | v0.28.0-beta | v0.2.13-alpha | v0.6.4-beta | v0.3.3-alpha |
160162
| **v0.12.3-alpha** | v0.17.4-beta | v0.27.0-beta | v0.2.11-alpha | v0.6.4-beta | v0.3.3-alpha |

app/src/types/generated/auctioneerrpc/auctioneer_pb.d.ts

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/types/generated/auctioneerrpc/auctioneer_pb.js

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)