Skip to content

Commit

Permalink
example flow
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Feb 8, 2024
1 parent 99fe69f commit 5c7a68e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
strategy:
matrix: # Use versions consistent with TinyGo.
go-version:
- "1.22" # Latest Go version supported by TinyGo until its next version.
- "1.20" # Floor Go version of latest TinyGo
# TODO: Add 1.22 when TinyGo supports it.
- "1.20" # Latest Go version supported by TinyGo until its next version.
- "1.19" # Floor Go version of latest TinyGo

steps:
- name: Checkout
Expand Down

0 comments on commit 5c7a68e

Please sign in to comment.