Update GH workflow to include go version 1.19.0-rc.1 (#381)

pull/382/head
Michael Fridman 2022-07-08 23:53:10 -04:00 committed by GitHub
parent 45a192fa30
commit 7792d04aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go-version: [1.17, 1.18]
go-version: [1.17, 1.18, 1.19.0-rc.1]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}