chore: update go to 1.26.6 - #1459
bradclawsie wants to merge 1 commit into
Conversation
Greptile SummaryUpdates the repository’s mise-managed Go toolchain from 1.26.5 to 1.26.6.
Confidence Score: 5/5The PR appears safe to merge with no actionable failures identified. The changed mise pin consistently updates the development and CI toolchain, and the older go.mod directive remains a compatible module minimum rather than a conflicting runtime requirement. Important Files Changed
Reviews (1): Last reviewed commit: "chore: update go to 1.26.6" | Re-trigger Greptile |
| # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial | ||
|
|
||
| [tools] | ||
| go = "1.26.5" |
There was a problem hiding this comment.
should we also be updating the go.mod for Go 1.26.6?
| # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial | ||
|
|
||
| [tools] | ||
| go = "1.26.5" |
There was a problem hiding this comment.
I was wondering why this was being created manually instead of renovate opening a pr so i looked at renovate logs and it would have opened a PR for this but its waiting for the three day stability window. I probably missed something that determined we needed to update this sooner than renovate would?
There was a problem hiding this comment.
ah no! I didn't know about that! thanks Chance, I'll just close this and let renovate do its thing.
|
apparently renovate takes care of these |
Description
Update Go to 1.26.6.
Type of change
Checklist before merging