From ce17d0f11c7641ac3b71f90568672884b5d72a03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:57:31 +0000 Subject: [PATCH] build(deps): update go toolchain directive to v1.27.1 --- argon2/_asm/go.mod | 2 +- blake2b/_asm/standard/go.mod | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/argon2/_asm/go.mod b/argon2/_asm/go.mod index b76a5cf..edb338c 100644 --- a/argon2/_asm/go.mod +++ b/argon2/_asm/go.mod @@ -2,7 +2,7 @@ module argon2/_asm go 1.25.0 -toolchain go1.27.0 +toolchain go1.27.1 require ( github.com/go-crypt/x v0.4.16 diff --git a/blake2b/_asm/standard/go.mod b/blake2b/_asm/standard/go.mod index 2aefea8..10b171c 100644 --- a/blake2b/_asm/standard/go.mod +++ b/blake2b/_asm/standard/go.mod @@ -2,7 +2,7 @@ module blake2b/_asm go 1.25.0 -toolchain go1.27.0 +toolchain go1.27.1 require ( github.com/go-crypt/x v0.4.16 diff --git a/go.mod b/go.mod index fda1725..4eb09bc 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-crypt/x go 1.25.0 -toolchain go1.27.0 +toolchain go1.27.1 require ( github.com/stretchr/testify v1.12.1