Update TinyGo to 0.22.0 (#167)

This commit is contained in:
Takeshi Yoneda
2022-02-04 14:12:30 +09:00
committed by GitHub
parent 09ae4017a2
commit 5f621fc59c
7 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ jobs:
steps:
- name: Install TinyGo
run: | # installing via curl so commands are similar on OS/x
tinygo_version=0.21.0
tinygo_version=0.22.0
curl -sSL https://github.com/tinygo-org/tinygo/releases/download/v${tinygo_version}/tinygo${tinygo_version}.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf -
echo "TINYGOROOT=/usr/local/tinygo" >> $GITHUB_ENV
echo "/usr/local/tinygo/bin" >> $GITHUB_PATH

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.