CI: Also test with Golang 1.17

This commit is contained in:
Joachim Bauch 2021-09-14 13:58:13 +02:00
parent 6d4c8bba20
commit 93a4bf1949
No known key found for this signature in database
GPG Key ID: 77C1D22D53E15F02
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
- "1.14"
- "1.15"
- "1.16"
- "1.17"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4