-
Notifications
You must be signed in to change notification settings - Fork 588
Update to Go 1.24 #339
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 Go 1.24 #339
Conversation
Oh, v2 got slower because the API changed to match the official proposal. |
Go 1.24.1 is out; I think Go 1.24 should be pretty stable. |
This reverts commit 3faa933.
(Selfishly, I want to wait for 1.24.1 to appear in Arch Linux, though... But |
I’m at the point where I need |
Alright, I'm going to back off of 1.24.1 and just set the minimum to 1.24.0; setting that won't mean we don't use a newer one when possible. |
Updates dependencies, and switches to
go tool
away from the infamoustools.go
hack.Benchstat results: https://gist.github.com/jakebailey/25343ef0fd5c4a1b35e70d0bb4fa0da9
Most things are better,
but json v2 is a lot worse all of a sudden!