Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Mar 9, 2023

Commits on Mar 9, 2023

  1. Reduce x/crypto and x/sys versions to match Go 1.20

    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.
    Lekensteyn committed Mar 9, 2023
    Copy the full SHA
    278354d View commit details
    Browse the repository at this point in the history