diff --git a/go.mod b/go.mod index 4d20522..8532901 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/roadrunner-server/endure/v2 go 1.23 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/fatih/color v1.18.0 diff --git a/tests/go.mod b/tests/go.mod index 3343aac..bcf6a01 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.3 +toolchain go1.23.4 replace github.com/roadrunner-server/endure/v2 => ../