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

Document go 1.22 and golangci-lint 1.56 requirements #172

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

ephemeranski
Copy link
Collaborator

@ephemeranski ephemeranski commented Sep 24, 2024

TL;DR: Due to an incompatibility with go 1.23 and a dependency of abigen, devs must explicitly install go 1.22 (ex: using brew install [email protected]) and golangci-lint 1.56.

xmtpd requires abigen which uses memsize. memsize relies on access to runtime.stopTheWorld and runtime.startTheWorld [1] which was OK in go 1.22 and forbidden in go 1.23

[1] golang/go#68167

Copy link

graphite-app bot commented Sep 24, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “Queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “Hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@ephemeranski ephemeranski marked this pull request as ready for review September 24, 2024 20:00
@ephemeranski ephemeranski requested review from a team as code owners September 24, 2024 20:00
@neekolas neekolas merged commit c27d0ba into xmtp:main Sep 24, 2024
3 of 4 checks passed
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.

2 participants