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

Commit

Permalink
TinyGo 0.24.0 (#299)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake authored Jul 10, 2022
1 parent d8e189e commit feea51a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-wasm-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

- name: Install TinyGo
run: |
wget https://github.com/tinygo-org/tinygo/releases/download/v0.23.0/tinygo_0.23.0_amd64.deb
sudo dpkg -i tinygo_0.23.0_amd64.deb
wget https://github.com/tinygo-org/tinygo/releases/download/v0.24.0/tinygo_0.24.0_amd64.deb
sudo dpkg -i tinygo_0.24.0_amd64.deb
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Build examples
runs-on: ubuntu-latest
container:
image: tinygo/tinygo:0.23.0
image: tinygo/tinygo:0.24.0
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -55,7 +55,7 @@ jobs:
id: cache-built-examples
with:
path: examples
key: examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.23.0
key: examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.24.0

- name: Install Go
if: steps.cache-built-examples.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/cache@v3
with:
path: examples
key: examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.23.0
key: examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.24.0

- name: Run e2e test
run: make test.e2e
Expand Down

0 comments on commit feea51a

Please sign in to comment.