From 0faadd89cf7c80d5b881cad1e4db7ce1cd04a1c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:17:13 +0000 Subject: [PATCH] chore(go.mod/go.sum): 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 8ac2240..428265a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/pod-reloader-cop -go 1.21.7 +go 1.22.0 require ( github.com/pkg/errors v0.9.1