From dd8906bb6ec88f3ae7d0d5185a1000eedfde1657 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:06:18 +0000 Subject: [PATCH] build(deps): update go toolchain directive to v1.27.0 --- 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 4056de3..b76a5cf 100644 --- a/argon2/_asm/go.mod +++ b/argon2/_asm/go.mod @@ -2,7 +2,7 @@ module argon2/_asm go 1.25.0 -toolchain go1.26.6 +toolchain go1.27.0 require ( github.com/go-crypt/x v0.4.16 diff --git a/blake2b/_asm/standard/go.mod b/blake2b/_asm/standard/go.mod index c607fae..2aefea8 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.26.6 +toolchain go1.27.0 require ( github.com/go-crypt/x v0.4.16 diff --git a/go.mod b/go.mod index 91f3654..6c05aeb 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-crypt/x go 1.25.0 -toolchain go1.26.6 +toolchain go1.27.0 require ( github.com/stretchr/testify v1.11.1