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

Update to 1.24rc1. Updated benchmark tool usage. #151

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

AlanRostem
Copy link
Collaborator

Fixes #147

Runs locally without issues, test pass and benchmarks work as intended.

@AlanRostem AlanRostem linked an issue Jan 7, 2025 that may be closed by this pull request
Copy link
Member

@meling meling left a 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.

modules/options_test.go Outdated Show resolved Hide resolved
@@ -1,6 +1,6 @@
module github.com/relab/hotstuff

go 1.23.4
go 1.24rc1
Copy link
Member

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.

Copy link
Collaborator Author

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?

Copy link
Member

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.

@meling
Copy link
Member

meling commented Jan 7, 2025

Remember also to update the Makefile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to Go 1.24rc1
2 participants