From fb2569b25038a90e004bc2c0f4deff5a25bb3407 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 10:43:05 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.26.3 --- cr-synchronizer/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cr-synchronizer/go.mod b/cr-synchronizer/go.mod index fece4a6..e71c870 100644 --- a/cr-synchronizer/go.mod +++ b/cr-synchronizer/go.mod @@ -1,8 +1,6 @@ module github.com/netcracker/cr-synchronizer -go 1.25.0 - -toolchain go1.26.2 +go 1.26.3 require ( github.com/stretchr/testify v1.11.1