mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-01 10:37:24 +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:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM golang:1.22 AS build
|
||||
|
||||
ADD https://github.com/tinygo-org/tinygo/releases/download/v0.31.2/tinygo_0.31.2_amd64.deb tinygo_amd64.deb
|
||||
ADD https://github.com/tinygo-org/tinygo/releases/download/v0.32.0/tinygo_0.32.0_amd64.deb tinygo_amd64.deb
|
||||
RUN dpkg -i tinygo_amd64.deb
|
||||
|
||||
WORKDIR /go/src/sablier/plugins/proxywasm
|
||||
|
||||
Reference in New Issue
Block a user