We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f1424 commit c78efd4Copy full SHA for c78efd4
.github/workflows/test.yml
@@ -42,8 +42,8 @@ jobs:
42
sudo apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl luarocks libubsan0
43
sudo luarocks install lua-resty-http > build.log 2>&1 || (cat build.log && exit 1)
44
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
+ wget https://github.com/tinygo-org/tinygo/releases/download/v0.22.0/tinygo_0.22.0_amd64.deb
+ sudo dpkg -i tinygo_0.22.0_amd64.deb
47
48
- name: Before install
49
run: |
0 commit comments