Skip to content

Commit

Permalink
Specifying full go toolchain versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Sep 30, 2024
1 parent e7a8f24 commit 9c277ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudflare/circl

go 1.21
go 1.21.0

require (
github.com/bwesterb/go-ristretto v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion pke/kyber/internal/common/asm/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudflare/circl/pke/kyber/internal/common/asm

go 1.21
go 1.21.0

require (
github.com/cloudflare/circl v1.3.7
Expand Down
2 changes: 1 addition & 1 deletion sign/dilithium/internal/common/asm/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudflare/circl/sign/dilithium/internal/common/asm

go 1.21
go 1.21.0

require (
github.com/cloudflare/circl v1.3.7
Expand Down

0 comments on commit 9c277ff

Please sign in to comment.