diff --git a/go.mod b/go.mod index a50aced..09bb166 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/roadrunner-server/endure/v2 go 1.23 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/fatih/color v1.17.0 diff --git a/tests/go.mod b/tests/go.mod index 007d401..146d195 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module github.com/roadrunner-server/endure/v2/tests go 1.23 -toolchain go1.23.0 +toolchain go1.23.1 replace github.com/roadrunner-server/endure/v2 => ../