Skip to content

Commit

Permalink
bumping tinygo version
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jun 16, 2024
1 parent 0acc4f3 commit 5a1bc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set up TinyGo
run: | # Installing via curl so commands are similar on OS/x
tinygo_version=0.25.0
tinygo_version=0.31.2
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
Expand Down

0 comments on commit 5a1bc08

Please sign in to comment.