Skip to content

Commit

Permalink
chore(ci): Pin wasm-tools to a known good version
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <[email protected]>
  • Loading branch information
joonas committed Dec 9, 2024
1 parent 224c5bf commit df094e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
TINYGO_VERSION: "0.33.0"
GOLANGCI_VERSION: "v1.61"
WASM_TOOLS_VERSION: "1.220.0"

jobs:
lint:
Expand All @@ -27,7 +28,7 @@ jobs:
- uses: cargo-bins/cargo-binstall@main
- name: Tools
run: |
cargo binstall -y wasm-tools
cargo binstall -y "wasm-tools@${WASM_TOOLS_VERSION}"
- name: Go generate
run: |
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
- uses: cargo-bins/cargo-binstall@main
- name: Tools
run: |
cargo binstall -y wasm-tools
cargo binstall -y "wasm-tools@${WASM_TOOLS_VERSION}"
wash --version
- name: Go generate
Expand Down

0 comments on commit df094e0

Please sign in to comment.