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 6738b02 commit 02c60adCopy full SHA for 02c60ad
.github/workflows/test.yml
@@ -21,8 +21,8 @@ jobs:
21
sudo apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl luarocks
22
sudo luarocks install lua-resty-http > build.log 2>&1 || (cat build.log && exit 1)
23
24
- wget https://github.com/tinygo-org/tinygo/releases/download/v0.19.0/tinygo_0.19.0_amd64.deb 2>/dev/null
25
- sudo dpkg -i tinygo_0.19.0_amd64.deb
+ wget https://github.com/tinygo-org/tinygo/releases/download/v0.20.0/tinygo_0.20.0_amd64.deb
+ sudo dpkg -i tinygo_0.20.0_amd64.deb
26
27
- name: Before install
28
run: |
0 commit comments