Skip to content

Commit c78efd4

Browse files
authored
ci: upgrade tinygo to 0.22 (#103)
Signed-off-by: spacewander <[email protected]>
1 parent 08f1424 commit c78efd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
sudo apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl luarocks libubsan0
4343
sudo luarocks install lua-resty-http > build.log 2>&1 || (cat build.log && exit 1)
4444
45-
wget https://github.com/tinygo-org/tinygo/releases/download/v0.20.0/tinygo_0.20.0_amd64.deb
46-
sudo dpkg -i tinygo_0.20.0_amd64.deb
45+
wget https://github.com/tinygo-org/tinygo/releases/download/v0.22.0/tinygo_0.22.0_amd64.deb
46+
sudo dpkg -i tinygo_0.22.0_amd64.deb
4747
4848
- name: Before install
4949
run: |

0 commit comments

Comments
 (0)