mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
go.mod: downgrade deps for litd release
lnd v0.19.3-beta tapd v0.6.1 go 1.23.12 (except in tools/ where golangci-lint needs Go 1.24) Remove docs generators as cli-docs depends on Go 1.24.
This commit is contained in:
parent
6c8bb7f8e2
commit
7d58b65a84
15 changed files with 36 additions and 317 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=${BUILDPLATFORM} golang:1.24.6-alpine as builder
|
||||
FROM --platform=${BUILDPLATFORM} golang:1.23.12-alpine as builder
|
||||
|
||||
# Copy in the local repository to build from.
|
||||
COPY . /go/src/github.com/lightningnetwork/loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue