Skip to content

Commit bf70d43

Browse files
authored
chore: bump go lib version to 0.11.2 (#191)
* chore: update the lib for v0.11.2 Signed-off-by: zongz <[email protected]> * fix: reset kcl.wasm Signed-off-by: zongz <[email protected]> * fix: bump go lib version to 0.11.2 Signed-off-by: zongz <[email protected]> * chore: remove github action for ubuntu-20.04 Signed-off-by: zongz <[email protected]> --------- Signed-off-by: zongz <[email protected]>
1 parent cb30b64 commit bf70d43

File tree

11 files changed

+2
-2
lines changed

11 files changed

+2
-2
lines changed

.github/workflows/go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
test:
2525
strategy:
2626
matrix:
27-
os: [macos-13, macos-13, macos-13-xlarge, macos-14, macos-latest, ubuntu-20.04, ubuntu-22.04, ubuntu-latest, windows-latest]
27+
os: [macos-13, macos-13, macos-13-xlarge, macos-14, macos-latest, ubuntu-22.04, ubuntu-latest, windows-latest]
2828
runs-on: ${{ matrix.os }}
2929
defaults:
3030
run:

go/install/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/gofrs/flock"
1111
)
1212

13-
const KCLVM_VERSION = "v0.11.1"
13+
const KCLVM_VERSION = "v0.11.2"
1414

1515
func findPath(name string) string {
1616
if path, err := exec.LookPath(name); err == nil {
127 KB
Binary file not shown.
113 KB
Binary file not shown.
34.8 KB
Binary file not shown.
168 KB
Binary file not shown.
119 KB
Binary file not shown.
898 Bytes
Binary file not shown.
119 KB
Binary file not shown.
898 Bytes
Binary file not shown.

wasm/kcl.wasm

100755100644
File mode changed.

0 commit comments

Comments
 (0)