Skip to content

Commit 02c60ad

Browse files
authored
ci: upgrade tinygo (#13)
1 parent 6738b02 commit 02c60ad

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
@@ -21,8 +21,8 @@ jobs:
2121
sudo apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl luarocks
2222
sudo luarocks install lua-resty-http > build.log 2>&1 || (cat build.log && exit 1)
2323
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
24+
wget https://github.com/tinygo-org/tinygo/releases/download/v0.20.0/tinygo_0.20.0_amd64.deb
25+
sudo dpkg -i tinygo_0.20.0_amd64.deb
2626
2727
- name: Before install
2828
run: |

0 commit comments

Comments
 (0)