diff --git a/go.mod b/go.mod index a1e9c04..928a8c3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/stevendborrelli/function-unit-test go 1.22.0 -toolchain go1.23.0 +toolchain go1.23.3 require ( github.com/alecthomas/kong v1.1.0