Skip to content

Commit

Permalink
Add golang version 1.16 to the test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintinWillison committed Jul 8, 2021
1 parent 4d1f24e commit 8b14262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.13, 1.14, 1.15]
go-version: [1.13, 1.14, 1.15, 1.16]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8b14262

Please sign in to comment.