From 1d61ce805199b7b3512c3be014b1ce146bff83fa Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Sun, 15 Mar 2026 23:42:24 +0100 Subject: [PATCH] chore: bump go directive to 1.25.0 Update all go.mod (and go.work where applicable) to require go 1.25.0. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Frederic BIDON --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 590b4b8..cfa9c4e 100644 --- a/go.mod +++ b/go.mod @@ -5,4 +5,4 @@ require ( github.com/go-openapi/testify/v2 v2.4.1 ) -go 1.24.0 +go 1.25.0