chore: upgrade to Go 1.25 (toolchain + tools + lint fixes)#159
Merged
Conversation
Brings conduit-processor-sdk current with the ecosystem (conduit is on Go 1.25). No public API changes; the WASM processor build path is unchanged (verified GOOS=wasip1 GOARCH=wasm build). - go directive 1.24.2 -> 1.25.0 - tools/go.mod bumped for Go 1.25 compatibility: golangci-lint v2.1.6 -> v2.12.2 and go.uber.org/mock (mockgen) v0.5.0 -> v0.6.0 - golangci-lint v2.12.2 goconst fixes in internal/reference: canonicalization tokens extracted to constants (a couple of self-evident map keys kept inline with a nolint) Library dependency currency is left to dependabot; this is the Go 1.25 + tooling bump only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Brings
conduit-processor-sdkcurrent with the ecosystem (conduit is on Go 1.25). No public API changes; the WASM processor build path is unchanged (verifiedGOOS=wasip1 GOARCH=wasmbuild).1.24.2 → 1.25.0tools/go.mod: golangci-lintv2.1.6 → v2.12.2, mockgenv0.5.0 → v0.6.0internal/reference(canonicalization tokens → constants; a couple of self-evident map keys kept inline with a nolint)Third of the SDK-ecosystem currency pass (protocol ✓, connector-sdk ✓, processor-sdk).
🤖 Generated with Claude Code