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 5158b62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: "ubuntu-latest"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

Expand All @@ -20,6 +20,11 @@ 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: '^1.20.0'
check-latest: false

- 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 5158b62

Please sign in to comment.