cli/.github/workflows
William Martin e5f5427b97 Simplify bump-go.sh toolchain logic
Address review feedback: always set both go and toolchain
directives via go mod edit, then let go mod tidy normalize.
This eliminates complex conditional toolchain handling.

Additional fixes:
- Add go mod tidy after edits to reconcile dependencies
- Commit go.sum alongside go.mod
- Filter PR search to open PRs only (--state open)
- Use GITHUB_REPOSITORY for repo instead of hardcoding
- Use git diff to detect no-op bumps post-tidy
- Read go.mod state via go mod edit -json instead of grep

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-13 15:29:49 +02:00
..
scripts Simplify bump-go.sh toolchain logic 2026-05-13 15:29:49 +02:00
bump-go.yml Add manual dispatch to bump-go workflow 2026-02-06 11:52:24 -07:00
codeql.yml chore(deps): bump advanced-security/filter-sarif from 1.0.1 to 1.1 2026-03-12 14:03:44 +00:00
deployment.yml Switch from actions/attest-build-provenance to actions/attest 2026-05-01 10:16:14 +03:00
detect-spam.yml chore(deps): bump actions/checkout from 5 to 6 2025-12-01 16:24:05 +01:00
go.yml chore(deps): bump actions/checkout from 5 to 6 2025-12-01 16:24:05 +01:00
govulncheck.yml chore(deps): bump actions/checkout from 5 to 6 2025-12-01 16:24:05 +01:00
homebrew-bump.yml chore(deps): bump mislav/bump-homebrew-formula-action from 3.6 to 4.1 2026-03-23 14:14:32 +00:00
lint.yml Update Go version requirement to 1.26+ 2026-03-07 10:10:01 -07:00
triage-discussion-label.yml Rename triage workflow to triage-discussion-label 2026-02-17 07:32:35 -07:00
triage-issues.yml Migrate issue triage workflows to shared workflows 2026-02-12 23:32:45 -07:00
triage-pull-requests.yml Fix triage-pull-requests skipping PRs that open as draft 2026-05-08 11:44:07 -06:00
triage-scheduled-tasks.yml fix: add if guard to no-response job to prevent running on workflow_dispatch 2026-03-10 11:44:55 -04:00