Skip to content

Commit 432ce10

Browse files
dependabot[bot]xgopilotluoliwoshang
authored
build(deps): bump github.com/goplus/llgo from 0.12.1 to 0.12.2 (#661)
* build(deps): bump github.com/goplus/llgo from 0.12.1 to 0.12.2 Bumps [github.com/goplus/llgo](https://github.com/goplus/llgo) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/goplus/llgo/releases) - [Commits](goplus/llgo@v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: github.com/goplus/llgo dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * ci: increase End2End test timeout from 30m to 60m Since the End2End tests run without full concurrency (Conan install mutex serializes package installations and TestEnd2EndLLCppcfg runs sequentially), increase the timeout to 60m to avoid occasional timeouts. Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: xgopilot <noreply@goplus.org> Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
1 parent e650f1f commit 432ce10

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/end2end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
working-directory: _cmptest
6161
run: |
6262
# increase the test timeout to avoid conan installation timeout occasionally
63-
go test -v -timeout 30m .
63+
go test -v -timeout 60m .
6464
6565
- name: Upload Logs to Artifacts
6666
uses: actions/upload-artifact@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.23.0
55
require (
66
github.com/goplus/gogen v1.21.2
77
github.com/goplus/lib v0.3.1
8-
github.com/goplus/llgo v0.12.1
8+
github.com/goplus/llgo v0.12.2
99
github.com/qiniu/x v1.16.3
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ github.com/goplus/gogen v1.21.2 h1:xbXPgZOZiQx/WBM0nZxVSxFbtdCMZCRB+lguDnh8pfs=
22
github.com/goplus/gogen v1.21.2/go.mod h1:Y7ulYW3wonQ3d9er00b0uGFEV/IUZa6okWJZh892ACQ=
33
github.com/goplus/lib v0.3.1 h1:Xws4DBVvgOMu58awqB972wtvTacDbk3nqcbHjdx9KSg=
44
github.com/goplus/lib v0.3.1/go.mod h1:SgJv3oPqLLHCu0gcL46ejOP3x7/2ry2Jtxu7ta32kp0=
5-
github.com/goplus/llgo v0.12.1 h1:LOlBxzDfano8lfeIPvNYevXbP1+aI3Ifa8JcAvOhT+A=
6-
github.com/goplus/llgo v0.12.1/go.mod h1:gsOG7aJtVm8Nf2uqVWAHhklt2toZMXwxItGgLxJ9gQY=
5+
github.com/goplus/llgo v0.12.2 h1:4hWhMtiyxeCVoOQVvsaZxyfIO8Q/cyV5SUk8+V5dVAQ=
6+
github.com/goplus/llgo v0.12.2/go.mod h1:8Kr3OblHzsUVrrOoI0oC7vUKLYzELlSZK5yglwgC5OA=
77
github.com/qiniu/x v1.16.3 h1:UftZPVh4n4M5qqdqTg2TlnhDATVn5rGsp9v7FxHwN4g=
88
github.com/qiniu/x v1.16.3/go.mod h1:AiovSOCaRijaf3fj+0CBOpR1457pn24b0Vdb1JpwhII=

0 commit comments

Comments
 (0)