chore(deps): update go module directive to v1.27.1 - #63
chore(deps): update go module directive to v1.27.1#63scality-renovate[bot] wants to merge 1 commit into
Conversation
|
On hold for now.
Will rebase and merge once the above is aligned. |
7fefd8e to
a4babb7
Compare
Dependency Bump EvaluationVersion change: Go 1.25.6 -> 1.26.6 (minor) Changes:
Breaking changes: None affecting this codebase. Go 1.26 introduces stricter net/url.Parse validation, Green Tea GC as default, linker section reorganization, and deprecates some crypto APIs -- but this codebase uses none of these patterns (verified: no net/url imports, no url.Parse, no crypto/ecdsa or crypto/rsa, no GODEBUG settings, no reflect.Type or reflect.Value). Security concerns: None. Go 1.26 enables post-quantum TLS key exchanges by default and includes various standard library hardening. No supply chain concerns -- this is a Go toolchain update from the official Go project. Impact on codebase:
Recommendation: REVIEW REQUIRED Notes:
-- Claude Code |
a4babb7 to
3d3c981
Compare
3d3c981 to
77de72b
Compare
77de72b to
3fddbd7
Compare
Dependency Bump EvaluationVersion change: Go 1.25.6 -> 1.27.1 (minor bump, skips 1.26 entirely) Changes:
Breaking changes:
Security concerns: None identified. No suspicious patterns in the dependency changes. Post-quantum TLS key exchanges enabled by default in Go 1.26, and multiple legacy TLS GODEBUG overrides permanently removed in 1.27 (TLS 1.0 server, RSA key exchange, 3DES), but this codebase does not use crypto/tls or net/http. Impact on codebase:
Recommendation: REVIEW REQUIRED Notes:
-- Claude Code |
This PR contains the following updates:
1.25.6→1.27.1Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.