CI: Also test with Golang 1.19

This commit is contained in:
Joachim Bauch 2022-08-03 16:24:23 +02:00
parent fee5d22afb
commit aa96695cc1
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@ jobs:
go-version:
- "1.17"
- "1.18"
- "1.19"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -69,6 +70,7 @@ jobs:
go-version:
- "1.17"
- "1.18"
- "1.19"
runs-on: ubuntu-latest
needs: [create]
steps:

View file

@ -25,6 +25,7 @@ jobs:
go-version:
- "1.17"
- "1.18"
- "1.19"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3