Update module golang.org/x/tools to v0.45.0#248
Merged
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
2abbfe9 to
eef9663
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
jupblb
added a commit
that referenced
this pull request
May 12, 2026
The previous attempt pushed corrective commits using GITHUB_TOKEN and re-triggered the test workflow via workflow_dispatch. That dispatch ran, but verified empirically on PR #248: workflow_dispatch check_runs are excluded from the PR's statusCheckRollup, so the merge box still showed no checks even though the run was on the PR HEAD SHA. This is a known GitHub limitation (https://stackoverflow.com/q/74722061, https://github.com/orgs/community/discussions/24616). Switch to the pattern peter-evans/create-pull-request, DeterminateSystems' update-flake-lock and Mic92/nix-update converge on: push the corrective commit using a GitHub App token. The non-GITHUB_TOKEN identity makes the push fire pull_request synchronize naturally, producing a check_suite the PR UI displays. Drop the workflow_dispatch indirection from test.yaml. Also widen scope from Renovate-authored branches to any same-repo PR, matching the canonical published recipe in peter-evans/create-pull-request docs (autopep8 example). Per the GitHub Security Lab guidance the same-repo filter is the security boundary; the renovate/ prefix was just a noise/scope gate.
d1e1e9e to
d3bb17a
Compare
d3bb17a to
9ace643
Compare
jupblb
approved these changes
May 12, 2026
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:
v0.43.0→v0.45.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 was generated by Mend Renovate. View the repository job log.