Skip to content

Update dependency golang to v1.26.5 (main)#1689

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-golang-1.x
Open

Update dependency golang to v1.26.5 (main)#1689
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-golang-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
golang minor 1.25.71.26.5

Release Notes

golang/go (golang)

v1.26.5

Compare Source

v1.26.4

Compare Source

v1.26.3

Compare Source

v1.26.2

Compare Source

v1.26.1

Compare Source

v1.26.0

Compare Source

v1.25.12

Compare Source

v1.25.11

Compare Source

v1.25.10

Compare Source

v1.25.9

Compare Source

v1.25.8

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Mar 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unit-tests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot changed the title Update dependency golang to v1.26.0 (main) Update dependency golang to v1.26.1 (main) Mar 6, 2026
@renovate renovate Bot force-pushed the renovate/main-golang-1.x branch from 31341c8 to d4e127e Compare March 6, 2026 06:37
@renovate renovate Bot changed the title Update dependency golang to v1.26.1 (main) Update dependency golang to v1.26.2 (main) Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/main-golang-1.x branch from d4e127e to a530a4f Compare April 7, 2026 21:11
@renovate renovate Bot force-pushed the renovate/main-golang-1.x branch from a530a4f to c9bea6c Compare April 29, 2026 11:09
@renovate renovate Bot changed the title Update dependency golang to v1.26.2 (main) Update dependency golang to v1.26.3 (main) May 7, 2026
@renovate renovate Bot force-pushed the renovate/main-golang-1.x branch from c9bea6c to fe302d6 Compare May 7, 2026 21:39
@renovate renovate Bot changed the title Update dependency golang to v1.26.3 (main) Update dependency golang to v1.26.4 (main) Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/main-golang-1.x branch from fe302d6 to c03119e Compare June 2, 2026 19:43
@renovate renovate Bot changed the title Update dependency golang to v1.26.4 (main) Update dependency golang to v1.26.5 (main) Jul 7, 2026
@renovate renovate Bot force-pushed the renovate/main-golang-1.x branch from c03119e to 741324f Compare July 7, 2026 22:02
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 7, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 10:03 PM UTC · Completed 10:06 PM UTC
Commit: 7c8ccca · View workflow run →

@fullsend-ai-review

Copy link
Copy Markdown

Review — ✅ Approve

PR: #1689 — Update dependency golang to v1.26.5 (main)
Author: renovate[bot]
Risk: Low

Summary

This is an automated Renovate dependency update that bumps the Go toolchain version in .tool-versions from 1.25.7 to 1.26.5 (minor version upgrade).

Analysis

Correctness — The change is a single-line version bump in .tool-versions, which controls the Go toolchain version for local development via asdf/mise. CI workflows (pre-merge-ci.yaml, push-bundles.yaml) use go-version-file: go.mod to determine the Go version, so this change does not affect CI behavior. The go.mod file declares go 1.25.5 as the module's minimum supported version, and Go 1.26.5 is fully backward compatible with code targeting 1.25.5.

Security — Upgrading the Go toolchain to a newer minor version typically includes accumulated security patches. No security concerns with this change.

Intent & Scope — This is an automated update from Renovate, consistent with the repository's renovate.json configuration. The scope is appropriately narrow — a single version string in a tooling configuration file.

Style — The change follows the existing format of .tool-versions.

Documentation — No documentation updates required for a tooling version bump.

Cross-repo contracts — No API, schema, or interface changes.

Notes

  • The go.mod declares go 1.25.5 while .tool-versions moves to 1.26.5. This is standard practice — .tool-versions specifies the developer toolchain version, while go.mod declares the module's minimum supported Go version. These are intentionally managed separately.
  • This is a minor version bump (1.25 → 1.26), which may introduce new language features and deprecations in the local dev environment. Since CI uses the go.mod version, compatibility is not at risk.

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

main ready-for-merge All reviewers approved — ready to merge renovate size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants