Skip to content

Commit 20627cb

Browse files
committed
Specifying full go toolchain versions.
1 parent e7a8f24 commit 20627cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudflare/circl
22

3-
go 1.21
3+
go 1.22.0
44

55
require (
66
github.com/bwesterb/go-ristretto v1.2.3

pke/kyber/internal/common/asm/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudflare/circl/pke/kyber/internal/common/asm
22

3-
go 1.21
3+
go 1.21.0
44

55
require (
66
github.com/cloudflare/circl v1.3.7

sign/dilithium/internal/common/asm/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudflare/circl/sign/dilithium/internal/common/asm
22

3-
go 1.21
3+
go 1.21.0
44

55
require (
66
github.com/cloudflare/circl v1.3.7

0 commit comments

Comments
 (0)