mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-03 19:44:59 +01:00
fix(deps): update tinygo to v0.32.0
This commit is contained in:
2
.github/workflows/plugins.yml
vendored
2
.github/workflows/plugins.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user