From 788aaff0a1ffca92a4b39ad34fe3ebca802b48d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:19:02 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 566248c..92f3ca3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/acouvreur/sablier go 1.22.0 -toolchain go1.22.3 +toolchain go1.22.4 replace github.com/gavv/httpexpect/v2 => github.com/acouvreur/httpexpect/v2 v2.16.0