chore(deps): update dependency golang/go to v1.26 (master) - #6085
Closed
renovate-sh-app[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency golang/go to v1.26 (master)#6085renovate-sh-app[bot] wants to merge 1 commit into
renovate-sh-app[bot] wants to merge 1 commit into
Conversation
| datasource | package | from | to | | -------------- | --------- | ---- | ---- | | golang-version | golang/go | 1.25 | 1.26 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
renovate-sh-app
Bot
requested review from
mstoykov and
oleiade
and removed request for
a team
June 15, 2026 03:02
Contributor
|
Closing as this shouldn't be happenign it is a result of #5981 |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
8 tasks
mstoykov
added a commit
that referenced
this pull request
Jul 2, 2026
The Go versions used across the CI workflows were hardcoded in each file. With the Renovate manager added in #5981, the deliberate N-1 matrix entry in test.yml/test-browser.yml looked identical to the current-version entry, so Renovate tried to bump it to latest (#6085), collapsing the current + previous coverage into testing one version twice. Introduce .github/go-versions.env as the single source of truth for GO_VERSION_CURRENT and GO_VERSION_PREV, read via a new .github/actions/go-versions composite action. Non-matrix workflows (lint, tc39, wpt, xk6) and the lint action resolve the version in a step; the matrix workflows (test, test-browser) gain a small configure job that feeds the versions into their matrices. Both versions are now bumped manually with each Go release, so the Renovate custom manager for Go is removed. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.25→1.26Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.