Skip to content

Commit

Permalink
Merge pull request #1614 from 99designs/go-1.16
Browse files Browse the repository at this point in the history
Also test against 1.16
  • Loading branch information
mtibben authored Sep 13, 2021
2 parents 473f067 + 00ed6fb commit ef4d4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go: 1.17
go: [1.16, 1.17]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ef4d4a3

Please sign in to comment.