File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 description : " LLVM version to install (e.g. 18)"
99 default : " 19"
1010 llgo :
11- description : " LLGo version to download (e.g. v0.12.2 )"
12- default : " v0.12.2 "
11+ description : " LLGo version to download (e.g. v0.13.0 )"
12+ default : " v0.13.0 "
1313runs :
1414 using : " composite"
1515 steps :
Original file line number Diff line number Diff line change 2424 - ubuntu-latest
2525 - ubuntu-24.04-arm
2626 llvm : [19]
27- llgo : [v0.12.2 ]
27+ llgo : [v0.13.0 ]
2828 go : [1.23]
2929 fail-fast : false
3030 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change 2424 - ubuntu-latest
2525 - ubuntu-24.04-arm
2626 llvm : [19]
27- llgo : [v0.12.2 ]
27+ llgo : [v0.13.0 ]
2828 go : [1.23]
2929 fail-fast : false
3030 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change 2525 - macos-latest
2626 - ubuntu-latest
2727 llvm : [19]
28- llgo : [v0.12.2 ]
28+ llgo : [v0.13.0 ]
2929 go : [1.23]
3030 fail-fast : false
3131 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ go 1.23.0
55require (
66 github.com/goplus/gogen v1.21.2
77 github.com/goplus/lib v0.3.1
8- github.com/goplus/llgo v0.12.2
8+ github.com/goplus/llgo v0.13.0
99 github.com/qiniu/x v1.16.3
1010)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ github.com/goplus/gogen v1.21.2 h1:xbXPgZOZiQx/WBM0nZxVSxFbtdCMZCRB+lguDnh8pfs=
22github.zerozr99.workers.dev/goplus/gogen v1.21.2 /go.mod h1:Y7ulYW3wonQ3d9er00b0uGFEV/IUZa6okWJZh892ACQ =
33github.zerozr99.workers.dev/goplus/lib v0.3.1 h1:Xws4DBVvgOMu58awqB972wtvTacDbk3nqcbHjdx9KSg =
44github.zerozr99.workers.dev/goplus/lib v0.3.1 /go.mod h1:SgJv3oPqLLHCu0gcL46ejOP3x7/2ry2Jtxu7ta32kp0 =
5- github.com/goplus/llgo v0.12.2 h1:4hWhMtiyxeCVoOQVvsaZxyfIO8Q/cyV5SUk8+V5dVAQ =
6- github.com/goplus/llgo v0.12.2 /go.mod h1:8Kr3OblHzsUVrrOoI0oC7vUKLYzELlSZK5yglwgC5OA =
5+ github.com/goplus/llgo v0.13.0 h1:FYT9fe6IuYTXuDRPF/v8VFGeL61cVSrwITxDqEahKiw =
6+ github.com/goplus/llgo v0.13.0 /go.mod h1:HwCxwsxvUcZ4k6E16TbGsvhGBvaLszKDVmDPMCp82M8 =
77github.zerozr99.workers.dev/qiniu/x v1.16.3 h1:UftZPVh4n4M5qqdqTg2TlnhDATVn5rGsp9v7FxHwN4g =
88github.zerozr99.workers.dev/qiniu/x v1.16.3 /go.mod h1:AiovSOCaRijaf3fj+0CBOpR1457pn24b0Vdb1JpwhII =
You can’t perform that action at this time.
0 commit comments