Skip to content

Commit

Permalink
Correct CI workflow syntax (#1403)
Browse files Browse the repository at this point in the history
Remove duplicate strategy that is causing an error.
  • Loading branch information
MrAlias authored Dec 15, 2020
1 parent f11a86f commit 2051927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ jobs:
go:
strategy:
fail-fast: false
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [1.14, 1.15]
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 2051927

Please sign in to comment.