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

2
go.mod
View File

@@ -210,6 +210,6 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
// If you change this please also update docs/INSTALL.md and GO_VERSION in
// Makefile (then run `make lint` to see where else it needs to be updated as
// well).
go 1.22.6
go 1.23.6
retract v0.0.2

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