Skip to content

Commit

Permalink
Setup Github actions to run test with many go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pioz committed Aug 15, 2021
1 parent f03c006 commit 01276e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: ['1.15', '1.16']
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 01276e8

Please sign in to comment.