From 26e631cbb2326344f63e019ce3f85f8215c51f0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:33:27 +0000 Subject: [PATCH] chore(go.mod/go.sum): update dependency go to v1.26.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 490e5ae..7a038ad 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap/project-operator-cop -go 1.25.6 +go 1.26.0 require ( github.com/pkg/errors v0.9.1