forked from mirror/jwt
ci: add support for go1.17 (#89)
This commit is contained in:
parent
bac80eaac8
commit
a06361ba65
|
@ -25,7 +25,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go: [1.15, 1.16]
|
go: [1.15, 1.16, 1.17]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue