Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix(deps): update tinygo to v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur committed Oct 2, 2024
1 parent bb26aa4 commit fec8772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/proxywasm/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fec8772

Please sign in to comment.