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

View File

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