From 7fefd8edf503f0b54906ece1ef688d48d369bded Mon Sep 17 00:00:00 2001 From: "scality-renovate[bot]" <234218835+scality-renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:18:34 +0000 Subject: [PATCH] chore(deps): update golang to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 40c47e9..d726f5c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/scality/raidmgmt -go 1.25.6 +go 1.26.4 require ( github.com/pkg/errors v0.9.1