fix(deps): update tinygo to v0.32.0

This commit is contained in:
Alexis Couvreur
2024-06-28 15:57:56 -04:00
parent bb26aa44c2
commit fec877272b
3 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ jobs:
- name: Setup TinyGo
uses: acifani/setup-tinygo@v2
with:
tinygo-version: '0.31.2'
tinygo-version: '0.32.0'
- name: Build
run: make proxywasm

View File

@@ -29,7 +29,7 @@ jobs:
- name: Setup TinyGo
uses: acifani/setup-tinygo@v2
with:
tinygo-version: '0.31.2'
tinygo-version: '0.32.0'
- name: Release
env: