mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02: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:
2
go.mod
2
go.mod
@@ -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
|
// 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
|
// Makefile (then run `make lint` to see where else it needs to be updated as
|
||||||
// well).
|
// well).
|
||||||
go 1.22.6
|
go 1.23.6
|
||||||
|
|
||||||
retract v0.0.2
|
retract v0.0.2
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
module github.com/lightningnetwork/lnd/tools
|
module github.com/lightningnetwork/lnd/tools
|
||||||
|
|
||||||
go 1.22.6
|
go 1.23.6
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/btcsuite/btcd v0.23.3
|
github.com/btcsuite/btcd v0.23.3
|
||||||
|
Reference in New Issue
Block a user