fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.19.0 - #75
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
56ef6fe to
b8b5194
Compare
b8b5194 to
5a3deb8
Compare
0b14de7 to
10767b5
Compare
10767b5 to
2370a4f
Compare
35125de to
1a3cb2d
Compare
1a3cb2d to
d16c1e3
Compare
647e627 to
f7db92c
Compare
f7db92c to
28cf857
Compare
28cf857 to
099d572
Compare
099d572 to
b98e4f5
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
PR SummaryMedium Risk Overview Transitive deps pulled in with ghinstallation also change: Reviewed by Cursor Bugbot for commit 170c19d. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codeowner CheckStatus: ⌛ No reviewer with approval |
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
b98e4f5 to
83eaa72
Compare
83eaa72 to
38b887e
Compare
38b887e to
170c19d
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Go version mismatches CI pin
- Updated the GitHub Actions workflow go-version pin from 1.24.x to 1.25.x so CI matches the go.mod 1.25.0 requirement.
Or push these changes by commenting:
@cursor push 514fed72d7
Preview (514fed72d7)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@
- name: Install Go
uses: actions/setup-go@v5
with:
- go-version: 1.24.x
+ go-version: 1.25.x
- name: Check out code
uses: actions/checkout@v4
- name: golangci-lintYou can send follow-ups to the cloud agent here.
Reviewed by Cursor Bugbot for commit 170c19d. Configure here.
| go 1.23.0 | ||
|
|
||
| toolchain go1.24.6 | ||
| go 1.25.0 |
There was a problem hiding this comment.
Go version mismatches CI pin
Medium Severity
Updating ghinstallation to v2.19.0 raised the module go directive to 1.25.0, but CI still installs 1.24.x. Builds can fail when GOTOOLCHAIN=local, or silently run a different toolchain than the workflow intends when auto-download is enabled.
Reviewed by Cursor Bugbot for commit 170c19d. Configure here.
170c19d to
596623f
Compare



This PR contains the following updates:
v2.13.0→v2.19.0Release Notes
bradleyfalzon/ghinstallation (github.com/bradleyfalzon/ghinstallation/v2)
v2.19.0Compare Source
What's Changed
Full Changelog: bradleyfalzon/ghinstallation@v2.18.0...v2.19.0
v2.18.0Compare Source
What's Changed
Full Changelog: bradleyfalzon/ghinstallation@v2.17.0...v2.18.0
v2.17.0Compare Source
What's Changed
New Contributors
Full Changelog: bradleyfalzon/ghinstallation@v2.16.0...v2.17.0
v2.16.0Compare Source
What's Changed
Full Changelog: bradleyfalzon/ghinstallation@v2.15.0...v2.16.0
v2.15.0Compare Source
What's Changed
Full Changelog: bradleyfalzon/ghinstallation@v2.14.0...v2.15.0
v2.14.0Compare Source
What's Changed
go1.24-rc1for matrix check by @chenrui333 in #138githubproxy.fjygbaifeng.eu.org/google/go-githubfrom v68 to v69 by @andygrunwald in #142Full Changelog: bradleyfalzon/ghinstallation@v2.13.0...v2.14.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate CLI.