Skip to content

chore(deps): update dependency go to v1.27.0 - #958

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

chore(deps): update dependency go to v1.27.0#958
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/golang-x

Conversation

@renovate

@renovate renovate Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go tools minor 1.26.61.27.0

Release Notes

golang/go (go)

v1.27.0

Compare Source

v1.26.7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@renovate
renovate Bot requested review from a team as code owners August 24, 2026 00:35
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 24, 2026 00:35

@buildsworth-bk-app buildsworth-bk-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is one blocking compatibility issue in the pinned development toolchain; details are inline.

Want to dig deeper?

Paste this into your agent to explore the findings from this review's Buildkite build:

Download the buildsworth logs from build 19849, then answer my questions about the findings.

Install the reading-buildsworth-logs skill to run this.

About buildsworth

Model: gpt-5.6-sol with xhigh thinking.

How to request a review: Comment @buildsworth-bk review on the PR, or request buildsworth-bk as a reviewer.

Risk labels (how buildsworth classifies risk) — buildsworth classifies risk itself from the diff. Unless repository policy already allows L2 approval, grant it by mentioning @buildsworth-bk (see approval ceiling and L2 approval grant):

  • L1 — Low risk (dep bumps, docs/copy, lockfiles, small presentational fixes). buildsworth may approve by default.
  • L2 — Standard risk (new UI, additive API fields, refactors). Approved only when repository policy or a verified grant allows it; otherwise comment-only.
  • L3 — High risk (auth, migrations, payments, secrets, perf-critical paths). Human review always required.

Comment thread mise.toml

[tools]
go = "1.26.6"
go = "1.27.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking: Go 1.27 is newer than the pinned source-analysis binaries, so CI cannot complete. In build #3436, golangci-lint 2.12.2 (built with Go 1.26.2) cannot type-check the new generic method in math/rand/v2, and govulncheck 1.3.0 reports the same Go-version mismatch; the dependent build/release step is then skipped. Please update these pins to Go 1.27-compatible builds (for example, golangci-lint 2.13.1 and govulncheck 1.7.0 both pass locally under Go 1.27), or defer this bump.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still open — golangci-lint now passes, but govulncheck remains at 1.3.0 and build #3439 fails its vulncheck job with the Go 1.26/1.27 source-processing mismatch.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still open — build #3451 fails the govulncheck step because the pinned 1.3.0 binary was built with Go 1.26 and cannot process Go 1.27 sources.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still open — build #3456's govulncheck job fails on the current revision because the pinned 1.3.0 analyzer was built with Go 1.26 and cannot process Go 1.27 sources.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still open — build #3463 fails the govulncheck step because the pinned 1.3.0 analyzer was built with Go 1.26 and cannot process Go 1.27 sources.

@renovate
renovate Bot force-pushed the renovate/golang-x branch from 7677b8f to e01c28e Compare August 24, 2026 06:13

@buildsworth-bk-app buildsworth-bk-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous toolchain-compatibility concern is partly addressed after the rebase, but one blocking piece remains open; details are in the existing thread.

Want to dig deeper?

Paste this into your agent to explore the findings from this review's Buildkite build:

Download the buildsworth logs from build 20156, then answer my questions about the findings.

Install the reading-buildsworth-logs skill to run this.

@renovate
renovate Bot force-pushed the renovate/golang-x branch from e01c28e to 2aaf544 Compare August 25, 2026 06:38

@buildsworth-bk-app buildsworth-bk-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing govulncheck compatibility blocker is still open and current CI fails at the same step; I added the updated build evidence to the existing thread.

Want to dig deeper?

Paste this into your agent to explore the findings from this review's Buildkite build:

Download the buildsworth logs from build 20783, then answer my questions about the findings.

Install the reading-buildsworth-logs skill to run this.

@renovate
renovate Bot force-pushed the renovate/golang-x branch from 2aaf544 to 54568d2 Compare August 26, 2026 14:02

@buildsworth-bk-app buildsworth-bk-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing govulncheck compatibility blocker remains open on the current revision; build #3456 fails at the same mandatory check. Details are in the existing thread.

Want to dig deeper?

Paste this into your agent to explore the findings from this review's Buildkite build:

Download the buildsworth logs from build 21512, then answer my questions about the findings.

Install the reading-buildsworth-logs skill to run this.

@renovate
renovate Bot force-pushed the renovate/golang-x branch from 54568d2 to 122421b Compare August 30, 2026 13:04

@buildsworth-bk-app buildsworth-bk-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing govulncheck compatibility blocker remains open after the rebase; current build #3463 fails the same mandatory check. Details are in the existing thread.

Want to dig deeper?

Paste this into your agent to explore the findings from this review's Buildkite build:

Download the buildsworth logs from build 22744, then answer my questions about the findings.

Install the reading-buildsworth-logs skill to run this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants