Skip to content

Commit

Permalink
Update Go test matrix with Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jun 9, 2021
1 parent cb0cde7 commit 5cdbbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.13', '1.14', '1.15']
go: ['1.14', '1.15', '1.16']
steps:
- name: setup
uses: actions/setup-go@v2
Expand Down

0 comments on commit 5cdbbd9

Please sign in to comment.