Skip to content

Commit 8b5cdbf

Browse files
build(deps): update go toolchain directive to v1.27.1 (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62628e4 commit 8b5cdbf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

argon2/_asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module argon2/_asm
22

33
go 1.25.0
44

5-
toolchain go1.27.0
5+
toolchain go1.27.1
66

77
require (
88
github.com/go-crypt/x v0.4.16

blake2b/_asm/standard/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module blake2b/_asm
22

33
go 1.25.0
44

5-
toolchain go1.27.0
5+
toolchain go1.27.1
66

77
require (
88
github.com/go-crypt/x v0.4.16

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/go-crypt/x
22

33
go 1.25.0
44

5-
toolchain go1.27.0
5+
toolchain go1.27.1
66

77
require (
88
github.com/stretchr/testify v1.12.1

0 commit comments

Comments
 (0)