mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-15 08:36:38 +01:00
build: update go.mod to use Go 1.23
This enables us to use the new language features that are a part of this release.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module github.com/lightningnetwork/lnd/tools
|
||||
|
||||
go 1.22.6
|
||||
go 1.23.6
|
||||
|
||||
require (
|
||||
github.com/btcsuite/btcd v0.23.3
|
||||
|
||||
Reference in New Issue
Block a user