Skip to content

build(deps): bump github.com/goplus/llgo from v0.12.2 to v0.13.0#668

Merged
luoliwoshang merged 1 commit intomainfrom
xgopilot/issue-667-1773043332
Mar 10, 2026
Merged

build(deps): bump github.com/goplus/llgo from v0.12.2 to v0.13.0#668
luoliwoshang merged 1 commit intomainfrom
xgopilot/issue-667-1773043332

Conversation

@xgopilot
Copy link
Contributor

@xgopilot xgopilot bot commented Mar 9, 2026

Requested by @luoliwoshang

Closes #667

Summary

  • Updated github.com/goplus/llgo dependency from v0.12.2 to v0.13.0 in go.mod and go.sum
  • Updated llgo version in all CI workflow files (go.yml, end2end.yml, gentest.yml) and the setup action (action.yml)

Changes

File Change
go.mod github.com/goplus/llgo v0.12.2v0.13.0
go.sum Updated checksums
.github/workflows/go.yml llgo: [v0.12.2][v0.13.0]
.github/workflows/end2end.yml llgo: [v0.12.2][v0.13.0]
.github/workflows/gentest.yml llgo: [v0.12.2][v0.13.0]
.github/actions/setup-llcppg/action.yml Default llgo v0.12.2v0.13.0

Test plan

  • Unit tests pass (config, internal/name, internal/arg, internal/unmarshal)
  • go vet passes on all standard Go packages
  • CI workflows will validate full test suite with llgo v0.13.0

Update llgo dependency to v0.13.0 in go.mod and all CI workflow files.

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
@xgopilot xgopilot bot mentioned this pull request Mar 9, 2026
@codecov
Copy link

codecov bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.32%. Comparing base (21fa54b) to head (69bb2ae).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #668   +/-   ##
=======================================
  Coverage   83.32%   83.32%           
=======================================
  Files          28       28           
  Lines        2500     2500           
=======================================
  Hits         2083     2083           
  Misses        369      369           
  Partials       48       48           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@luoliwoshang
Copy link
Member

@xgopilot okay!make a .claude/skills for update llgo version! create another pr!

@xgopilot
Copy link
Contributor Author

xgopilot bot commented Mar 9, 2026

Created .claude/skills for llgo version update

Created .claude/skills/update-llgo-version.md with a skill document that describes the complete procedure for bumping the github.com/goplus/llgo dependency. The skill covers all 6 files that need to be updated consistently:

  • go.mod / go.sum
  • .github/workflows/go.yml, end2end.yml, gentest.yml
  • .github/actions/setup-llcppg/action.yml

PR: #669

View job run

Copy link
Member

@luoliwoshang luoliwoshang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@luoliwoshang
Copy link
Member

@xgopilot okay!make a .claude/skills for update llgo version! create another pr!

@xgopilot
Copy link
Contributor Author

xgopilot bot commented Mar 9, 2026

Created .claude/skills for llgo version updates

Created .claude/skills/update-llgo-version.md with step-by-step instructions for bumping the llgo version across all relevant files (go.mod, go.sum, CI workflows, and the setup action), including verification steps and commit message conventions.

PR: #672

View job run

@luoliwoshang luoliwoshang merged commit 0c11883 into main Mar 10, 2026
12 checks passed
@xgopilot xgopilot bot deleted the xgopilot/issue-667-1773043332 branch March 10, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update llgo dep to llgo v0.13

2 participants