Skip to content

Commit

Permalink
Fix typo (bytecodealliance#71)
Browse files Browse the repository at this point in the history
Otherwise the yaml is not valid.
  • Loading branch information
fgsch committed Mar 24, 2021
1 parent bdd7ea2 commit b39acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.14.15', '1.15.10', '1.16'.2]
go: ['1.14.15', '1.15.10', '1.16.2']
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit b39acdd

Please sign in to comment.