From 2855bf3a8d55f6b2478d5847f2c7f4d52d6a2f6f Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Sun, 15 Mar 2026 23:42:25 +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 81f95e6..6a4034c 100644 --- a/go.mod +++ b/go.mod @@ -7,4 +7,4 @@ require ( require github.com/go-openapi/swag/jsonname v0.25.5 // indirect -go 1.24.0 +go 1.25.0