We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61852fb commit 7bc88e8Copy full SHA for 7bc88e8
go.mod
@@ -210,6 +210,6 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
210
// If you change this please also update docs/INSTALL.md and GO_VERSION in
211
// Makefile (then run `make lint` to see where else it needs to be updated as
212
// well).
213
-go 1.22.6
+go 1.23.6
214
215
retract v0.0.2
tools/go.mod
@@ -1,6 +1,6 @@
1
module github.com/lightningnetwork/lnd/tools
2
3
4
5
require (
6
github.com/btcsuite/btcd v0.23.3
0 commit comments