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:
Olaoluwa Osuntokun
2025-02-12 14:06:56 -08:00
parent 61852fbe95
commit 7bc88e8360
2 changed files with 2 additions and 2 deletions

View File

@@ -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