Skip to content

Commit

Permalink
build: update go.mod to use Go 1.23
Browse files Browse the repository at this point in the history
This enables us to use the new language features that are a part of this
release.
  • Loading branch information
Roasbeef committed Feb 14, 2025
1 parent 61852fb commit 7bc88e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7bc88e8

Please sign in to comment.