Skip to content

Update go toolchain directive to v1.26.5 (main)#1663

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

Update go toolchain directive to v1.26.5 (main)#1663
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-go-1.x

Conversation

@renovate

@renovate renovate Bot commented Feb 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go (source) toolchain minor 1.25.71.26.5

Release Notes

golang/go (go)

v1.26.5

v1.26.4

v1.26.3

v1.26.2

v1.26.1

v1.26.0

v1.25.12

v1.25.11

v1.25.10

v1.25.9

v1.25.8


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 Feb 12, 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 force-pushed the renovate/main-go-1.x branch 2 times, most recently from 845db0f to b823141 Compare February 27, 2026 13:36
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch from b823141 to 7cc5017 Compare March 5, 2026 19:12
@renovate renovate Bot changed the title Update dependency go to v1.26.0 (main) Update dependency go to v1.26.1 (main) Mar 6, 2026
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch from 7cc5017 to 10a44e3 Compare March 6, 2026 06:37
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch from 10a44e3 to f484824 Compare April 1, 2026 20:00
@renovate renovate Bot changed the title Update dependency go to v1.26.1 (main) Update dependency go to v1.26.2 (main) Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch from f484824 to f352af7 Compare April 7, 2026 21:11
@renovate renovate Bot changed the title Update dependency go to v1.26.2 (main) Update go toolchain directive to v1.26.2 (main) Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch from f352af7 to de38bf2 Compare April 29, 2026 11:10
@github-actions github-actions Bot added size: S and removed size: XS labels Apr 29, 2026
@renovate renovate Bot changed the title Update go toolchain directive to v1.26.2 (main) Update go toolchain directive to v1.26.3 (main) May 7, 2026
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch 2 times, most recently from d6287e8 to 216a6a5 Compare May 12, 2026 12:37
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch from 216a6a5 to 7712bb6 Compare May 18, 2026 09:36
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch from 7712bb6 to f8d28db Compare May 28, 2026 16:20
@renovate renovate Bot changed the title Update go toolchain directive to v1.26.3 (main) Update go toolchain directive to v1.26.4 (main) Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch from f8d28db to de38ac9 Compare June 2, 2026 21:36
@renovate renovate Bot changed the title Update go toolchain directive to v1.26.4 (main) Update go toolchain directive to v1.26.5 (main) Jul 7, 2026
@renovate renovate Bot force-pushed the renovate/main-go-1.x branch from de38ac9 to 8a36c10 Compare July 7, 2026 22:03
@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:07 PM UTC
Commit: 7c8ccca · View workflow run →

@fullsend-ai-review

Copy link
Copy Markdown

Review — ✅ Approve

PR: #1663 — Update go toolchain directive to v1.26.5 (main)
Author: renovate[bot] (automated dependency management)

Summary

Routine Go toolchain update from go1.25.7go1.26.5 across two sub-modules (acceptance/ and docs/). This is a minor-version bump generated by Renovate.

Changes reviewed

File Change
acceptance/go.mod toolchain go1.25.7toolchain go1.26.5
docs/go.mod toolchain go1.25.7toolchain go1.26.5
docs/go.sum Transitive dependency checksums updated (+25/−11 entries)

Analysis

Correctness: The go directive (minimum required version) is unchanged in both modules — go 1.25.3 in acceptance/go.mod and go 1.24.6 in docs/go.mod. Only the toolchain directive (preferred build toolchain) is bumped, which is the correct behavior for a toolchain-only update. The new transitive dependencies in docs/go.sum (JWX/JWT libraries, crypto, asm optimizations) are expected — OPA v1.12.3 resolves additional transitive deps under Go 1.26. All new packages are well-known, established Go libraries already present in the root go.mod.

Security: No security concerns. The new transitive dependencies (lestrrat-go/jwx, segmentio/asm, golang.org/x/crypto, etc.) are standard, widely-used packages. Stale checksum entries (e.g., OPA v1.6.0, old go-metrics) are cleaned up.

Scope & intent: Properly scoped automated Renovate update. The root go.mod is unaffected (it does not declare a toolchain directive).

Documentation / conventions: No documentation impact. Follows the project's established Renovate workflow.

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

No findings above the severity threshold.

@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: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants