From 661aebdf34c9eb1a7360605287f1af2f4e9875c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:41:43 +0000 Subject: [PATCH] build(deps): update go toolchain directive to v1.27.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e400c4f..9decfc8 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-crypt/crypt go 1.25.0 -toolchain go1.27.0 +toolchain go1.27.1 require ( github.com/go-crypt/x v0.4.16