From e427f5c5aeae04a6361af3a2726ac6174decc53f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:37:24 +0000 Subject: [PATCH] Update dependency go to v1.22.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7d191c2..517b5b0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/aktsk/atgen -go 1.21.1 +go 1.22.0 require ( github.com/gorilla/mux v1.8.0