Merge pull request #45 from strukturag/ci-golang-1.15

CI: Also test with Go 1.15
This commit is contained in:
Joachim Bauch 2020-08-28 17:09:22 +02:00 committed by GitHub
commit eeb3d356af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ jobs:
- "1.12"
- "1.13"
- "1.14"
- "1.15"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2