From 4b572bd99f168bbc6d0d20bdefc5548c35175636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:17:04 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.1 (#1065) 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 eaf55c97..02deb7e3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/int128/argocd-commenter -go 1.21.6 +go 1.22.1 require ( github.com/argoproj/argo-cd/v2 v2.10.4