Skip to content

Commit 7bc88e8

Browse files
committed
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.
1 parent 61852fb commit 7bc88e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
210210
// If you change this please also update docs/INSTALL.md and GO_VERSION in
211211
// Makefile (then run `make lint` to see where else it needs to be updated as
212212
// well).
213-
go 1.22.6
213+
go 1.23.6
214214

215215
retract v0.0.2

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightningnetwork/lnd/tools
22

3-
go 1.22.6
3+
go 1.23.6
44

55
require (
66
github.com/btcsuite/btcd v0.23.3

0 commit comments

Comments
 (0)