Skip to content

Commit

Permalink
Update ci go version
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy committed Jan 21, 2025
1 parent e216313 commit 429b5b1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 26 deletions.
2 changes: 1 addition & 1 deletion hello/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build:
@echo "----------"
@echo "Building Go wasm Guest"
@echo "----------"
tinygo build -o hello.wasm -scheduler=none --no-debug -target=wasi main.go
tinygo build -o hello.wasm -scheduler=none --no-debug -target=wasip1 main.go
55 changes: 31 additions & 24 deletions testdata/as/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build:
@echo "----------"
@echo "Building Go wasm Guest"
@echo "----------"
tinygo build -o hello.wasm -scheduler=none --no-debug -target=wasi main.go
tinygo build -o hello.wasm -scheduler=none --no-debug -target=wasip1 main.go

0 comments on commit 429b5b1

Please sign in to comment.