Skip to content

Commit

Permalink
Merge pull request #21 from 9seconds/golang1.16
Browse files Browse the repository at this point in the history
Add support of golang 1.16
  • Loading branch information
9seconds authored Mar 1, 2021
2 parents 3d93671 + 7511a9f commit f01fdd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
matrix:
go_version:
- ~1.14
- ^1.15
- ~1.15
- ^1.16
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f01fdd3

Please sign in to comment.