[v3] typo - missing comma

This commit is contained in:
Travis McLane 2023-09-28 16:55:52 -05:00
commit 5e1b5ca4e8

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
go-version: [1.21]
steps: