0

Run test builds using recent Go

This commit is contained in:
Gabe Kangas 2022-08-04 08:53:12 -07:00 committed by GitHub
parent c08c86bfd9
commit ffd24ccccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: