Skip to content

Commit 1f6f294

Browse files
committed
multi: bump Go version to 1.24.10
1 parent 367bfa5 commit 1f6f294

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

autopilotserverrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/lightning-terminal/autopilotserverrpc
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
google.golang.org/grpc v1.56.3

go.mod

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

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6

litrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/lightning-terminal/litrpc
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0

perms/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/lightning-terminal/perms
22

3-
go 1.24.9
3+
go 1.24.10
44

55
require (
66
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6

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/lightninglabs/lightning-terminal/tools
22

3-
go 1.24.9
3+
go 1.24.10
44

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

0 commit comments

Comments
 (0)