Skip to content

Commit 5e790b2

Browse files
committed
chore(deps): update dependencies
1 parent 0cf1be1 commit 5e790b2

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/roadrunner-server/tcp/v5
22

3-
go 1.23
3+
go 1.24
44

5-
toolchain go1.23.4
5+
toolchain go1.24.0
66

77
require (
88
github.com/goccy/go-json v0.10.5

go.work

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
go 1.23.0
1+
go 1.24
2+
3+
toolchain go1.24.0
24

35
use (
46
.

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module tests
22

3-
go 1.23
3+
go 1.24
44

5-
toolchain go1.23.4
5+
toolchain go1.24.0
66

77
require (
88
github.com/roadrunner-server/config/v5 v5.1.3

0 commit comments

Comments
 (0)