Skip to content

Commit

Permalink
chore(.github): pin go to 1.20.0 for tinygo 0.27.0 compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice committed Sep 6, 2024
1 parent 1556ca2 commit 4559df0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
unzip wasi-vfs-cli-x86_64-unknown-linux-gnu.zip
mv wasi-vfs /usr/local/bin
- uses: actions/setup-go@v5
with:
go-version-file: 'redirect/go.mod'

- name: Install tinygo
run: |
wget https://github.com/tinygo-org/tinygo/releases/download/v0.27.0/tinygo_0.27.0_amd64.deb
Expand Down

0 comments on commit 4559df0

Please sign in to comment.