cloudflare / circl

CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
http://blog.cloudflare.com/introducing-circl
Other
1.22k stars 136 forks source link

Reduce x/crypto and x/sys versions to match Go 1.20 #414

Closed Lekensteyn closed 1 year ago

Lekensteyn commented 1 year ago

CIRCL does not necessarily depend on newer x/crypto and x/sys versions. Lower the version requirements to match Go 1.20.2, this avoids the need to upgrade stdlib dependencies when integrating circl.

While at it, bump golangci-lint and drop Go 1.18 which is no longer supported by Go developers.