File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
examples/component/wasitel-http Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1515 - " examples/component/**"
1616
1717env :
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"
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
Original file line number Diff line number Diff line change @@ -34,3 +34,6 @@ require (
3434)
3535
3636tool 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
You can’t perform that action at this time.
0 commit comments