chore(deps): update go module directive to v1.27.0 - #48
chore(deps): update go module directive to v1.27.0#48scality-renovate[bot] wants to merge 1 commit into
Conversation
Dependency Bump EvaluationPackages:
Bump type: Docker digest rotation (no semver change) Changes:
Breaking changes: None -- same Go version, same tags, only the underlying OS packages are refreshed Security concerns: None -- digest rotations are the standard mechanism for receiving OS-level security patches in pinned Docker images. This is a positive security update. Impact on codebase: No impact. The Dockerfile uses a multi-stage build: the CI status: lint passed, test passed, build in progress Recommendation: SAFE TO MERGE (once CI passes) -- Claude Code |
13b4843 to
0ec5acf
Compare
0ec5acf to
02f8bc8
Compare
d182e9e to
bc40f30
Compare
fbdf362 to
94be558
Compare
94be558 to
ad1b186
Compare
Dependency Bump EvaluationVersion change: Go 1.26.4 → 1.27.0 (minor) CI Status: lint FAILED, build FAILED
Changes (Go 1.27 highlights relevant to this project):
Breaking changes: None that directly affect this codebase usage patterns. Security concerns: None. No new transitive dependencies introduced (only the go directive changed). The encoding/json v2 backend can be opted out via GOEXPERIMENT=nojsonv2 if issues arise. Impact on codebase: No affected code patterns found. JSON usage is limited to simple map marshal/unmarshal. Timer usage already on unbuffered semantics. Recommendation: REVIEW REQUIRED Notes: This PR cannot be merged as-is. Two companion changes are needed:
Once those are addressed and CI is green, the Go directive bump itself is safe for this codebase. — Claude Code |
8649ed5 to
f348b8a
Compare
f348b8a to
3aa61c5
Compare
3aa61c5 to
57828ae
Compare
This PR contains the following updates:
1.26.4→1.27.0Configuration
📅 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.