mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
We update the minimum required go version to build the LND
exectuable to the latest minor release of go 1.24.11.
(cherry picked from commit e26a114cdc)
7 lines
180 B
Modula-2
7 lines
180 B
Modula-2
module github.com/lightningnetwork/lnd/queue
|
|
|
|
require github.com/lightningnetwork/lnd/ticker v1.0.0
|
|
|
|
replace github.com/lightningnetwork/lnd/ticker v1.0.0 => ../ticker
|
|
|
|
go 1.24.11
|