Skip to content

Commit 3a87b0f

Browse files
committed
rolling back tinygo 0.36 from examples
Signed-off-by: Lucas Fontes <[email protected]>
1 parent d74724a commit 3a87b0f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/component-go.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- "examples/component/**"
1616

1717
env:
18-
TINYGO_VERSION: "0.37.0"
18+
TINYGO_VERSION: "0.36.0"
1919
GOLANGCI_VERSION: "v1.64.2"
2020
WASH_VERSION: "0.37.0"
2121
WASM_TOOLS_VERSION: "1.225.0"
@@ -88,6 +88,7 @@ jobs:
8888
- http-password-checker
8989
- invoke
9090
- sqldb-postgres-query
91+
- wasitel-http
9192
runs-on: ubuntu-latest
9293
steps:
9394
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

examples/component/wasitel-http/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ require (
3434
)
3535

3636
tool go.bytecodealliance.org/cmd/wit-bindgen-go
37+
38+
// NOTE(lxf): Remove this line if running outside of wasmCloud/go repository
39+
replace go.wasmcloud.dev/component => ../../../component

0 commit comments

Comments
 (0)