-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update to 1.24rc1. Updated benchmark tool usage. #151
base: master
Are you sure you want to change the base?
Conversation
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.
Needs tweaking in github workflow files, but don't waste time on golangci-lint
.
@@ -1,6 +1,6 @@ | |||
module github.com/relab/hotstuff | |||
|
|||
go 1.23.4 | |||
go 1.24rc1 |
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.
I forgot to mention that when updating to newer versions of Go, we must also update GitHub actions workflow files that refer to the version to test. I'm not sure the different actions work with release candidate versions, but we should try. But I am sure that golangci-lint
will not work with newer versions of Go unless we compile our own golangci-lint
binary, and that's a pain not worth doing in this PR.
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.
Tried it and it seems to not work. Maybe we need to wait for the full release?
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.
Yeah, let's not waste time on this.
Remember also to update the |
Fixes #147
Runs locally without issues, test pass and benchmarks work as intended.