Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
refs #34
  • Loading branch information
deogracia committed Nov 1, 2020
1 parent 18d495c commit 5e2cb87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
test_setupgo:
runs-on: ${{ matrix.os }}
strategy:
go: ['1.14', '1.15']
os: ['windows_latest','linux_latest','macos_latest']
matrix:
go: ['1.14', '1.15']
os: ['windows_latest','linux_latest','macos_latest']
steps:
- name: setup-go
uses: actions/setup-go@v1
Expand Down

0 comments on commit 5e2cb87

Please sign in to comment.