From 7d4f1d46d4bd3c162019d1f9a2d9fd4c1aa20f19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:30:55 +0000 Subject: [PATCH] build(deps): update go toolchain directive to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2a7b7b5..813f884 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-crypt/crypt go 1.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/go-crypt/x v0.4.16