Conversation
4accf44 to
acaff51
Compare
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
c67dc4d to
710c449
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Note
Medium Risk
Primarily CI/build tooling changes, but upgrading the Go toolchain and godel versions can introduce new build, lint, or release-time failures across environments.
Overview
Upgrades the project toolchain to Go
1.26by updatinggo.modand aligning GitHub Actions workflows (verify,release,release-test) to use the new version.Refactors CI so
codeql.ymlandverify.ymlbecome reusableworkflow_callworkflows and introduces a newpr-review.ymlorchestrator that runs CodeQL, release testing, and verification with an all-green gate.Updates gödel tooling from
2.127.0to2.152.0(including wrapper checksums) and bumps the gödel mod plugin to1.49.0; addsgolangci-lintexclusions forgenerated/.Written by Cursor Bugbot for commit 710c449. This will update automatically on new commits. Configure here.