CI: add Go version 1.19 to the matrix of tests

This commit is contained in:
Romain Bouyé
2022-10-04 12:09:01 +02:00
parent 6dbc0e3ab4
commit 52aebd544a

View File

@@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
- uses: actions/cache@v3
with:
@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.17', '1.16', '1.15', '1.14', '1.13' ]
go: [ '1.19', '1.18', '1.17', '1.16', '1.15', '1.14', '1.13' ]
steps:
- uses: actions/checkout@v2