github/workflows: also run tests with Go 1.19.x (#2384)

pull/2386/head
leonklingele 2023-03-25 17:47:38 +01:00 committed by GitHub
parent 2f591c991d
commit c6e86ac906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.20.x]
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps: