This repository was archived by the owner on Apr 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
- name : Install TinyGo
18
18
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
21
21
22
22
- name : Checkout
23
23
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 45
45
name : Build examples
46
46
runs-on : ubuntu-latest
47
47
container :
48
- image : tinygo/tinygo:0.23 .0
48
+ image : tinygo/tinygo:0.24 .0
49
49
steps :
50
50
- name : Checkout
51
51
uses : actions/checkout@v3
55
55
id : cache-built-examples
56
56
with :
57
57
path : examples
58
- key : examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.23 .0
58
+ key : examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.24 .0
59
59
60
60
- name : Install Go
61
61
if : steps.cache-built-examples.outputs.cache-hit != 'true'
@@ -112,7 +112,7 @@ jobs:
112
112
uses : actions/cache@v3
113
113
with :
114
114
path : examples
115
- key : examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.23 .0
115
+ key : examples-${{ hashFiles('examples/**', 'proxywasm/**', 'Makefile') }}-tinygo-0.24 .0
116
116
117
117
- name : Run e2e test
118
118
run : make test.e2e
You can’t perform that action at this time.
0 commit comments