chore(deps): bump dependencies and pin Go toolchain to 1.26.4#492
Merged
Conversation
Go: - github.com/oapi-codegen/runtime v1.4.1 -> v1.4.2 (patch) Node/pnpm: - @redocly/cli 2.31.4 -> 2.34.0 (minor, dev) Held for manual review: - Go stdlib GO-2026-5039 (net/textproto), GO-2026-5037 (crypto/x509): fixed in go1.26.4 toolchain; requires toolchain upgrade, not a dep bump - github.com/golang/protobuf: excluded per CLAUDE.md (deprecated transitive) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Adds `toolchain go1.26.4` to go.mod. With GOTOOLCHAIN=auto (local and CI via go-version-file: go.mod), builds now use go1.26.4, which fixes: - GO-2026-5037 (crypto/x509: inefficient candidate hostname parsing) - GO-2026-5039 (net/textproto: unescaped input in errors) govulncheck ./... now reports no vulnerabilities. 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.
Summary
Routine dependency maintenance on
mainplus a Go toolchain pin that resolves outstanding stdlib vulnerabilities.Changes
Dependency bump (
ea66021d):github.com/oapi-codegen/runtimev1.4.1 → v1.4.2 (patch)@redocly/cli2.31.4 → 2.34.0 (minor, dev tooling)Go toolchain pin (
2cc85e05):toolchain go1.26.4togo.mod. WithGOTOOLCHAIN=auto(local and CI viago-version-file: go.mod), builds now use go1.26.4, fixing:govulncheck ./...now reports no vulnerabilities.Verification
make build-server✅make test-unit→ 1096 passed, 0 failed ✅make lint→ 0 issues ✅govulncheck ./...→ no vulnerabilities ✅🤖 Generated with Claude Code