chore(#102): build with Go 1.26.x#103
Merged
Merged
Conversation
Green Tea GC default (10-40% GC overhead reduction, biggest on small-object churn = our CBOR/CID hot path), 64-bit heap base address randomization (exploit hardening for a daemon parsing untrusted network input), stack-allocated slice backing stores, and the experimental goroutine-leak profiler available for soak builds. go directive stays 1.25.7 so importers aren't forced; toolchain + CI/release pins move to 1.26.4. Full suite already green on go1.26.0 locally. curio-core go.mod is already 'go 1.26'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Toolchain
go1.26.4+ CI1.26.x+ releaseGO_VERSION: 1.26.4.godirective stays 1.25.7 (no downstream force; curio-core is already on go 1.26).Wins: Green Tea GC default (10-40% GC overhead cut, small-object-heavy workloads = our CBOR/CID churn), heap base ASLR, stack-allocated slice backing stores, goroutine-leak profiler available for soak builds.
Evidence: full suite green on go1.26.0 locally (all of tonight's #80/#97 work was built+tested on 1.26). CI on this PR is the cross-check.
Closes #102.