Skip to content

Commit d71dc95

Browse files
authored
Merge pull request #242 from joonas/chore/bump-wasm-tools-1_225_0
chore: Bump wasm-tools version
2 parents 597b914 + 8469f0b commit d71dc95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/component-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
TINYGO_VERSION: "0.36.0"
1919
GOLANGCI_VERSION: "v1.64.2"
2020
WASH_VERSION: "0.37.0"
21-
WASM_TOOLS_VERSION: "1.220.0"
21+
WASM_TOOLS_VERSION: "1.225.0"
2222

2323
permissions:
2424
contents: read

.github/workflows/templates-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
TINYGO_VERSION: "0.36.0"
1717
GOLANGCI_VERSION: "v1.64.2"
1818
WASH_VERSION: "0.37.0"
19-
WASM_TOOLS_VERSION: "1.220.0"
19+
WASM_TOOLS_VERSION: "1.225.0"
2020
WRPC_VERSION: "0.11.1"
2121

2222
permissions:

component/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Writing a wasmCloud Capability Provider? Check out the [Go Provider SDK](https:/
1111
Requires:
1212

1313
- [`tinygo`](https://tinygo.org/getting-started/install/) 0.33.0 or above.
14-
- [`wasm-tools`](https://github.com/bytecodealliance/wasm-tools?tab=readme-ov-file#installation) 1.220.0 or above.
14+
- [`wasm-tools`](https://github.com/bytecodealliance/wasm-tools?tab=readme-ov-file#installation) 1.220.0 - 1.225.0 (1.226.0+ depends on unreleased versions of `go.bytecodealliance.org/cmd/wit-bindgen-go`).
1515

1616
Import `go.wasmcloud.dev/component` in your Go module.
1717

0 commit comments

Comments
 (0)