Skip to content

Commit

Permalink
chore(deps) bump proxy-wasm-go-sdk to 0.24.0
Browse files Browse the repository at this point in the history
Use TinyGo 0.32.0+
  • Loading branch information
thibaultcha committed Jun 26, 2024
1 parent 31c45dd commit 87f7374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
if: ${{ !env.ACT }}
uses: acifani/setup-tinygo@v2
with:
tinygo-version: 0.31.1
tinygo-version: 0.32.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-valgrind-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
if: ${{ !env.ACT }}
uses: acifani/setup-tinygo@v2
with:
tinygo-version: 0.31.1
tinygo-version: 0.32.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ V8 ?= 12.0.267.17
PCRE ?= 8.45
ZLIB ?= 1.3
LUAROCKS ?= 3.11.0
PROXY_WASM_GO_SDK ?= 0.21.0
PROXY_WASM_GO_SDK ?= 0.24.0
PROXY_WASM_ASSEMBLYSCRIPT_SDK ?= 0.0.6

# util/runtime.sh - no makefile target
Expand Down

0 comments on commit 87f7374

Please sign in to comment.