diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 38ff92c2..bfa0f6ca 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ on: jobs: tests: - stragegy: + strategy: matrix: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }}