Skip to content

Commit

Permalink
update ci to check go1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Mar 9, 2020
1 parent c92f40f commit 5db2eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/margo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
margo-ci:
strategy:
matrix:
go-version: [1.12.x, 1.13.x]
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 5db2eb4

Please sign in to comment.