-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Bump Go to 1.17.5 #3115
Bump Go to 1.17.5 #3115
Conversation
b403052
to
8934a24
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests pass now after bumping the dependencies. Note that we can't merge yet because we're using an untagged version of gnark-crypto
https://github.com/IBM/mathlib/blob/go1.17/go.mod#L6
We have a few options:
- wait till gnark-crypto cuts their release (the maintainer said it would be a matter of a few days)
- stick with the untagged version (I wouldn't recommend this)
@denyeart: your call
Thanks @ale-linux , let's wait for their release, converting this PR to Draft. |
@ale-linux Happy New Year! |
Bump Go to 1.17.5. Fix unit tests to work with Go 1.17.5. Update dependencies to work with Go 1.17. Signed-off-by: David Enyeart <[email protected]>
Signed-off-by: Alessandro Sorniotti <[email protected]>
Ale's commit resolves the final dependency issue with Go 1.17. |
LGTM - but I contributed so I won't merge it |
Bump Go to 1.17.5.
Fix unit tests to work with Go 1.17.5.
Update dependencies to work with Go 1.17.
Resolves #3073
Signed-off-by: David Enyeart [email protected]