Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit feea51a

Browse files
authored
TinyGo 0.24.0 (#299)
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent d8e189e commit feea51a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/push-wasm-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
- name: Install TinyGo
1818
run: |
19-
wget https://github.com/tinygo-org/tinygo/releases/download/v0.23.0/tinygo_0.23.0_amd64.deb
20-
sudo dpkg -i tinygo_0.23.0_amd64.deb
19+
wget https://github.com/tinygo-org/tinygo/releases/download/v0.24.0/tinygo_0.24.0_amd64.deb
20+
sudo dpkg -i tinygo_0.24.0_amd64.deb
2121
2222
- name: Checkout
2323
uses: actions/checkout@v3

.github/workflows/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: Build examples
4646
runs-on: ubuntu-latest
4747
container:
48-
image: tinygo/tinygo:0.23.0
48+
image: tinygo/tinygo:0.24.0
4949
steps:
5050
- name: Checkout
5151
uses: actions/checkout@v3
@@ -55,7 +55,7 @@ jobs:
5555
id: cache-built-examples
5656
with:
5757
path: examples
58-
key: examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.23.0
58+
key: examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.24.0
5959

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

117117
- name: Run e2e test
118118
run: make test.e2e

0 commit comments

Comments
 (0)