From 31844d6ec95fa7d322075db70f6d7ac778d22bb0 Mon Sep 17 00:00:00 2001 From: Ross Golder Date: Mon, 27 Jul 2026 16:32:51 +0700 Subject: [PATCH] chore: update Go to 1.26.5 (security fixes to crypto/tls, os packages) (#1255) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8ed34eb..bbb8086 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clastix/kamaji -go 1.26.0 +go 1.26.5 require ( github.com/JamesStewy/go-mysqldump v0.2.2