Merge pull request #153 from strukturag/ci-go-1.17

CI: Also test with Golang 1.17
This commit is contained in:
Joachim Bauch 2021-09-14 14:03:18 +02:00 committed by GitHub
commit 4530b91434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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