chore: add go 1.19 to matrix build

This commit is contained in:
Livio Amstutz 2022-07-25 15:41:06 +02:00
parent c1458d6392
commit 639a2271c1
No known key found for this signature in database
GPG key ID: 26BB1C2FA5952CF0

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
go: ['1.15', '1.16', '1.17', '1.18']
go: ['1.15', '1.16', '1.17', '1.18', '1.19']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3