From 383db81a5a71a3b31c3e4345d5a570f91e30b22d Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Tue, 9 Dec 2025 17:14:02 -0600 Subject: [PATCH] Update Go to 1.25.5 Related to: https://github.com/redhat-best-practices-for-k8s/certsuite/pull/3363 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a841024..31fa1e8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/redhat-best-practices-for-k8s/certsuite-overview -go 1.25.4 +go 1.25.5 require github.com/go-sql-driver/mysql v1.9.3