diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4cd19a59..a8baf26c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,8 +11,8 @@ jobs: build: strategy: matrix: - os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest'] - go: [ '1.20, '1.21' ] + os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ] + go: [ '1.20', '1.21' ] runs-on: ${{ matrix.os }} name: ${{ matrix.go }}/${{ matrix.os }} steps: