Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Aug 17, 2024
1 parent d0c8bd4 commit 7fab4e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/roadrunner-server/rpc/v5

go 1.22
go 1.23

toolchain go1.22.5
toolchain go1.23.0

require (
github.com/goccy/go-json v0.10.3
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.5
go 1.23.0

use (
.
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tests

go 1.22.5
go 1.23.0

require (
github.com/roadrunner-server/config/v5 v5.0.2
Expand Down

0 comments on commit 7fab4e1

Please sign in to comment.