From 1bef830227cff8bc832fac4796765d15686508ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:57:20 +0000 Subject: [PATCH] Update dependency go to v1.22.2 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6fe4983..e1ed1e2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/logica0419/resigif -go 1.22.1 +go 1.22.2 require ( github.com/stretchr/testify v1.9.0