You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update to llgo v0.12.0 and related dependencies (#606)
* deps: update to llgo v0.12.0 and related dependencies
Update dependencies to support llgo v0.12.0:
- github.com/goplus/llgo: v0.11.6 -> v0.12.0
- github.com/goplus/mod: v0.17.1 -> v0.18.0
- github.com/goplus/gogen: v1.19.5 -> v1.19.7
- github.com/qiniu/x: v1.15.1 -> v1.15.3
All unit tests pass successfully.
Fixes#586
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
* ci: update GitHub Actions to use llgo v0.12.0 binary
Update llgo commit hash in all CI workflows to use v0.12.0:
- .github/workflows/go.yml
- .github/workflows/gentest.yml
- .github/workflows/end2end.yml
Changed from commit e4218f90d7926d31c1ffae3965a4e36228d38fd2
to commit c844c7389638488cd287a719362e81fc20ff77e8 (v0.12.0)
This ensures CI uses the same llgo version as go.mod dependencies.
Related to #586
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
* ci: use llgo v0.12.0 tag instead of commit hash
Replace commit hash c844c7389638488cd287a719362e81fc20ff77e8
with v0.12.0 tag for better readability and maintainability.
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: MeteorsLiu <17515813+MeteorsLiu@users.noreply.github.com>
---------
Co-authored-by: xgopilot <noreply@goplus.org>
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
Co-authored-by: MeteorsLiu <17515813+MeteorsLiu@users.noreply.github.com>
0 commit comments