This commit is contained in:
Justin Hammond 2022-10-12 08:19:58 +00:00
parent c6d578fb9a
commit e517a35af1

View file

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