Skip to content

Commit

Permalink
chore: bump tinygo version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
acifani authored Oct 27, 2023
1 parent 6e428a5 commit 525c29a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Validate

on: [push, pull_request]
on:
push:
branches: [main]
pull_request:

jobs:
verify:
Expand All @@ -10,12 +13,12 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
tinygo: ['0.26.0', '0.27.0']
tinygo: ['0.29.0', '0.30.0']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.21'

- name: setup-tinygo ${{ matrix.tinygo }}
uses: ./
Expand Down

0 comments on commit 525c29a

Please sign in to comment.